]> granicus.if.org Git - python/commitdiff
bump version to 3.1rc2
authorBenjamin Peterson <benjamin@python.org>
Sat, 13 Jun 2009 13:15:04 +0000 (13:15 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 13 Jun 2009 13:15:04 +0000 (13:15 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.1.spec
README

index f42abe4bc5448dbe335f110ce827e38017846653..5abf9e29086ac90a1126d75ce6162d6e73473723 100644 (file)
 #define PY_MINOR_VERSION       1
 #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.1rc1+"
+#define PY_VERSION             "3.1rc2"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 5a5db532723d66f676e5c749f9486faca79030a0..374ccf50e9418a73a944865e37b0f773533c1114 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.1rc1"
+__version__ = "3.1rc2"
 #--end constants--
index dd3726cb9204017f5ebf4c164c62e2595c6b2bda..71f54814b0a66e620d04c615e01cd7fc6ccf1839 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.1rc1"
+IDLE_VERSION = "3.1rc2"
index 627dcf4f2a9fac2a98afee9bba61a28e97cc6428..5bfa3d6d3f26291733dc650a09519f101f5b0adc 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 3.1 Release Candidate 2?
 =============================================
 
-*Release date: 17-June-2009*
+*Release date: 13-June-2009*
 
 Core and Builtins
 -----------------
index a13a080f9674bb6722cd163eefbfe27705ad3eff..03fd0f60b2784ff7d5fb7000f45f10ef829448e4 100644 (file)
@@ -34,7 +34,7 @@
 
 %define name python
 #--start constants--
-%define version 3.1rc1
+%define version 3.1rc2
 %define libver 3.1
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 35dc4bda64d196616a9adbc20931579e7383f086..057949c27122e45e60dcaac406c9b16170e29f2a 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.1 Release Candidate 1
+This is Python version 3.1 Release Candidate 2
 ==============================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009