diff options
author | Larry Hastings <larry@hastings.org> | 2014-02-23 02:18:24 -0600 |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-02-23 02:18:24 -0600 |
commit | f34177a6f9fd7d8afa38f20dd18721a34f808f96 (patch) | |
tree | ed9cc8812342e616f860e4c8fe489b3db7df9ce1 /Lib/idlelib/idlever.py | |
parent | 209c043c10f6c35d51714c6dfa4307e5e68f141d (diff) | |
download | cpython-git-3.4.0rc2.tar.gz |
Version bump for Python 3.4.0rc2.v3.4.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 8646baabbd..38dbbcbd30 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.4.0rc1" +IDLE_VERSION = "3.4.0rc2" |