diff options
author | Barry Warsaw <barry@python.org> | 2011-05-23 15:26:11 -0400 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2011-05-23 15:26:11 -0400 |
commit | 34289260dad734038dae6b17d6c534b50f0cd0fb (patch) | |
tree | 8ac9c095f765ce287bdb04f4090079ee769a4676 /Lib/idlelib/idlever.py | |
parent | cf0d8ab818852503057b8ade6cccc403fbb5d2be (diff) | |
download | cpython-git-34289260dad734038dae6b17d6c534b50f0cd0fb.tar.gz |
Replay changeset 70248:c714e2f92f63 from fubar branch. Original commit
message:
Cross-port changes for 2.6.7rc2 from the Subversion branch.
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 23959679e6..d3df9d989f 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.6.7rc1" +IDLE_VERSION = "2.6.7rc2" |