diff options
author | Barry Warsaw <barry@python.org> | 2008-11-06 03:29:32 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-11-06 03:29:32 (GMT) |
commit | 1f0e67ec1f1415dc994fd88e53764b97c3552e5f (patch) | |
tree | 548441008aa7f09dc0144c5890c4a48d458aeb7d /Lib/idlelib/idlever.py | |
parent | 93ef79cce3cbc7cd57602e08b59e9a6144044d82 (diff) | |
download | cpython-1f0e67ec1f1415dc994fd88e53764b97c3552e5f.zip cpython-1f0e67ec1f1415dc994fd88e53764b97c3552e5f.tar.gz cpython-1f0e67ec1f1415dc994fd88e53764b97c3552e5f.tar.bz2 |
Bumping to 3.0rc2.
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 754ac96..fdeb65d 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.0rc1" +IDLE_VERSION = "3.0rc2" |