diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-12-13 15:42:40 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-12-13 15:42:40 +0000 |
commit | 073ff240e79d90766c6cc36b520fc58f742f0cf3 (patch) | |
tree | e6a1463309a60d2ca36cf1471acf174f0955628c /Lib/idlelib/idlever.py | |
parent | 0896d3e98310b7eae9789e59d15672200fac99c1 (diff) | |
download | cpython-git-073ff240e79d90766c6cc36b520fc58f742f0cf3.tar.gz |
Prepare for 2.5.3c1.v2.5.3c1
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 ec8e0008d7..bf76c40d4e 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.2.2" +IDLE_VERSION = "1.2.3c1" |