]> granicus.if.org Git - python/commitdiff
Version bump for Python 3.4.0rc2. v3.4.0rc2
authorLarry Hastings <larry@hastings.org>
Sun, 23 Feb 2014 08:18:24 +0000 (02:18 -0600)
committerLarry Hastings <larry@hastings.org>
Sun, 23 Feb 2014 08:18:24 +0000 (02:18 -0600)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/RPM/python-3.4.spec
README

index 4e4265c57978e3e643828138e71de385c8cd687b..b200276c57986d116e94e2080d0d21445da460d9 100644 (file)
 #define PY_MINOR_VERSION       4
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.4.0rc1+"
+#define PY_VERSION             "3.4.0rc2"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 4c716e2075a5f7cb79e9ddcc2d5a1e771e70a582..c03185bd80a9e2dfc110fce74e6ac0e543966bee 100644 (file)
@@ -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--
index 8646baabbdc557c968aa7c602a0663a9a5a53de6..38dbbcbd30d6c95264001e28baa07f0a64354c0a 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.4.0rc1"
+IDLE_VERSION = "3.4.0rc2"
index a911a7e623266a596905c9b78a13fe9caecda958..4c31a230995b2b887d46a574d197b03833dac2d6 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.4.0rc1
+%define version 3.4.0rc2
 %define libvers 3.4
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 790b947e011d9626129e477bec70e9d5cf3b3fb7..d35ff87a2e775613a87daeeb2445d400ca4618d7 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.4.0 release candidate 1
+This is Python version 3.4.0 release candidate 2
 ================================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,