]> granicus.if.org Git - python/commitdiff
Bump version. v3.2rc2
authorGeorg Brandl <georg@python.org>
Sun, 30 Jan 2011 14:03:33 +0000 (14:03 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 30 Jan 2011 14:03:33 +0000 (14:03 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.2.spec
README

index b19a5c9299def8ede91ed007f62d4ee71506ec97..f77b287fb80c269c44b7cb325cb98ad291efebb4 100644 (file)
 #define PY_MINOR_VERSION       2
 #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.2rc1+"
+#define PY_VERSION             "3.2rc2"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 40ca9b2a3a8ba93051c14accc0feeda1d57989d5..4bb5012318a5c83158886f1cefeb5162fc5df836 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.2rc1"
+__version__ = "3.2rc2"
 #--end constants--
index 4ca20d616dffa7d14943b85c30a36feaf33ae69e..7f2c5933478fbde15de426c0557ccd54a06c5512 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.2rc1"
+IDLE_VERSION = "3.2rc2"
index c58114af4b6138fe7c6891272da2c024f4a0f7bd..f95ba96887962d534cc4fbbf08d036f654d0c209 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 What's New in Python 3.2 Release Candidate 2?
 =============================================
 
-*Release date: XX-Jan-2011*
+*Release date: 30-Jan-2011*
 
 Core and Builtins
 -----------------
index b4035939e541865ca379dd2259ecd100c8d7d54a..5afcbdb20445abcda9621d0c692ef0d5f619ec34 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.2rc1
+%define version 3.2rc2
 %define libvers 3.2
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index bfb9f5f7f43d9e1d9de555e9d11713ae20a7b1af..3cbfaaca9c4b06adf2451594684cc39b26ddea4b 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.2, release candidate 1
+This is Python version 3.2, release candidate 2
 ===============================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011