]> granicus.if.org Git - python/commitdiff
bump to 3.1.2rc1
authorBenjamin Peterson <benjamin@python.org>
Sat, 6 Mar 2010 20:28:33 +0000 (20:28 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 6 Mar 2010 20:28:33 +0000 (20:28 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.1.spec
README

index a15c161d8535547edc27dfb078e9bb1c029b060d..016cf548803b3ca099ba1d81885cb7ecb2fadb0f 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       1
-#define PY_MICRO_VERSION       1
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       2
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.1.1+"
+#define PY_VERSION             "3.1.2rc1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 8c0e5a3cbae883da0288121258b2d301d0e48af0..2e6a6fb6345fb2c477bc373c1c8ca4a2727d64f1 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.1.1"
+__version__ = "3.1.2rc1"
 #--end constants--
index 43187cef6a483dbc7d06589f64de76fd60897a64..e14e074a13d06b40bcdaf40846cd893ff8775c88 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.1.1"
+IDLE_VERSION = "3.1.2rc1"
index 03bd4ecbc9a53e13657678dbc665f911bfc21dbd..26b8a87d846fc480d9b0d06009e9db9a2a2f6abb 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,10 +4,10 @@ Python News
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
-What's New in Python 3.1.2?
-===========================
+What's New in Python 3.1.2 release candidate 1?
+===============================================
 
-*Release date: 20xx-xx-xx*
+*Release date: 2010-03-06*
 
 Core and Builtins
 -----------------
index 670fdea2f1f657258cd332ed7a794a12eee66821..482f5a17165ce802a466a40891aa61239204c57e 100644 (file)
@@ -34,7 +34,7 @@
 
 %define name python
 #--start constants--
-%define version 3.1.1
+%define version 3.1.2rc1
 %define libver 3.1
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 98981d2bb25f0b85db7183a3ec80f3429f82877a..4b4444a9d402d58ebd4303658213673a809a7278 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.1.1
-============================
+This is Python version 3.1.2 Release Candidate 1
+================================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 Python Software Foundation.