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

index 6b085bbf2e280ca02401906130075a41edc0460c..d59f39a13a7976eaf7de8209402d888d8f6c88fa 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       1
-#define PY_MICRO_VERSION       0
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       1
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.1.0+"
+#define PY_VERSION             "3.1.1rc1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 994e91fa29729b6702d2a1954bf01e58cdad7a62..e7f21232fd6daebf8dac146216dbcbc62a912d68 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.1.1a0"
+__version__ = "3.1.1rc1"
 #--end constants--
index 3892da234b06a5cf57f90fbb57b04b8d2a1c102e..1fa8141908a95d744a137f6f9ef42ac3b31f8a82 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.1.1a0"
+IDLE_VERSION = "3.1.1rc1"
index fa262093a9c6aae883bb90c3c1dcb5566bb71492..a02bf627749202823c9866f384f24aff21eafdc6 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 3.1.1?
 ===========================
 
-*Release date: XX-XX-XXXX*
+*Release date: 2009-08-13*
 
 Core and Builtins
 -----------------
index 443789ac0017c912da9178d416b01c6540d89c91..ce375972e4ca8fea5f725931031221f3f2f27c30 100644 (file)
@@ -34,7 +34,7 @@
 
 %define name python
 #--start constants--
-%define version 3.1.1a0
+%define version 3.1.1rc1
 %define libver 3.1
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 5fc791cd443d041da943a5b9bfc541683936dbc5..c6ed55ecd105ad561c79e735f32f79e3da77f201 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.1
-==========================
+This is Python version 3.1.1rc1
+===============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
 Python Software Foundation.