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

index 48763f96cc5c539827f7e1b2f50c9471eee75981..8d21ce10ee5b618316652fed53eb4ba1fad53fc5 100644 (file)
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       1
 #define PY_MICRO_VERSION       0
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      2
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.1rc2+"
+#define PY_VERSION             "3.1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 374ccf50e9418a73a944865e37b0f773533c1114..73c77f1fa6e5164117c7da6f75df0186afabca1c 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.1rc2"
+__version__ = "3.1"
 #--end constants--
index 71f54814b0a66e620d04c615e01cd7fc6ccf1839..c3314d562a834081c14c25053f6cbfb8dadbbb4a 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.1rc2"
+IDLE_VERSION = "3.1"
index 03fd0f60b2784ff7d5fb7000f45f10ef829448e4..074f958ffdb18f5e51e28eb5253ac2091c348a81 100644 (file)
@@ -34,7 +34,7 @@
 
 %define name python
 #--start constants--
-%define version 3.1rc2
+%define version 3.1
 %define libver 3.1
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index e4ecc80e5f0a7d6b48e2c8c63f477e2bfe72d306..5f81ba9c5edcd709512f461392188b5651a2d758 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.1 Release Candidate 2
-==============================================
+This is Python version 3.1
+==========================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
 Python Software Foundation.