diff options
| author | Georg Brandl <georg@python.org> | 2012-09-09 11:19:17 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2012-09-09 11:19:17 +0200 |
| commit | 5497295917ec9ea054eb3e6daf0c06060901cc7e (patch) | |
| tree | 0f1d77f8fa3bac2eb0c258b416751cf42a112d46 /Lib/idlelib | |
| parent | 4725b13ab335ff320eef8dc115941b8d34026023 (diff) | |
| parent | 05823f7d6783440920b11024bfc76f15e86093af (diff) | |
| download | cpython-git-5497295917ec9ea054eb3e6daf0c06060901cc7e.tar.gz | |
Merge in changes from 3.3.0rc2 release clone.
Diffstat (limited to 'Lib/idlelib')
| -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 4a65a88d96..b73ce7527e 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.0rc1" +IDLE_VERSION = "3.3.0rc2" |
