diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-12-19 15:02:52 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-12-19 15:02:52 +0000 |
commit | 4556e7e002fb21ddd9e4b16c7266877a4d99ea42 (patch) | |
tree | 85ca99b310ec0f6bcbdf848db6ac2148ac65ffdd /Lib/idlelib/idlever.py | |
parent | bc160b73dbba7327f436734d3732fa94949d778f (diff) | |
download | cpython-git-2.4.6.tar.gz |
Prepare for 2.4.6.v2.4.6
Diffstat (limited to 'Lib/idlelib/idlever.py')
-rw-r--r-- | Lib/idlelib/idlever.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 0cf857902f..44bbbfe4f5 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.1.6c1" +IDLE_VERSION = "1.1.6" |