summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-02-23 08:18:24 (GMT)
committerLarry Hastings <larry@hastings.org>2014-02-23 08:18:24 (GMT)
commitf34177a6f9fd7d8afa38f20dd18721a34f808f96 (patch)
treeed9cc8812342e616f860e4c8fe489b3db7df9ce1 /Lib
parent209c043c10f6c35d51714c6dfa4307e5e68f141d (diff)
downloadcpython-f34177a6f9fd7d8afa38f20dd18721a34f808f96.zip
cpython-f34177a6f9fd7d8afa38f20dd18721a34f808f96.tar.gz
cpython-f34177a6f9fd7d8afa38f20dd18721a34f808f96.tar.bz2
Version bump for Python 3.4.0rc2.v3.4.0rc2
Diffstat (limited to 'Lib')
-rw-r--r--Lib/distutils/__init__.py2
-rw-r--r--Lib/idlelib/idlever.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py
index 4c716e2..c03185b 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -13,5 +13,5 @@ used from a setup script as
# Updated automatically by the Python release process.
#
#--start constants--
-__version__ = "3.4.0rc1"
+__version__ = "3.4.0rc2"
#--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index 8646baa..38dbbcb 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "3.4.0rc1"
+IDLE_VERSION = "3.4.0rc2"