diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2005-03-09 11:54:29 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2005-03-09 11:54:29 (GMT) |
commit | b3baf322fbaa2359160b17982ba0d1741f683ab5 (patch) | |
tree | 5ff4b3fb1d7c4588523e4442ecff1a039af37aa5 /Lib/idlelib/idlever.py | |
parent | 74105f142406727c06304bf4a7ac9a3385aaa0fa (diff) | |
download | cpython-b3baf322fbaa2359160b17982ba0d1741f683ab5.zip cpython-b3baf322fbaa2359160b17982ba0d1741f683ab5.tar.gz cpython-b3baf322fbaa2359160b17982ba0d1741f683ab5.tar.bz2 |
pre-release magic
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 46b58aa..ac98e11 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.1.1" +IDLE_VERSION = "1.1.1c1" |