]> granicus.if.org Git - python/commitdiff
bump to 3.1.1 v3.1.1
authorBenjamin Peterson <benjamin@python.org>
Sun, 16 Aug 2009 21:59:05 +0000 (21:59 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 16 Aug 2009 21:59:05 +0000 (21:59 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/RPM/python-3.1.spec
README

index d59f39a13a7976eaf7de8209402d888d8f6c88fa..5fa38f430a852c01e03380fa7cbfc0084e36f893 100644 (file)
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       1
 #define PY_MICRO_VERSION       1
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.1.1rc1"
+#define PY_VERSION             "3.1.1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index e7f21232fd6daebf8dac146216dbcbc62a912d68..8c0e5a3cbae883da0288121258b2d301d0e48af0 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.1.1rc1"
+__version__ = "3.1.1"
 #--end constants--
index 1fa8141908a95d744a137f6f9ef42ac3b31f8a82..43187cef6a483dbc7d06589f64de76fd60897a64 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.1.1rc1"
+IDLE_VERSION = "3.1.1"
index ce375972e4ca8fea5f725931031221f3f2f27c30..670fdea2f1f657258cd332ed7a794a12eee66821 100644 (file)
@@ -34,7 +34,7 @@
 
 %define name python
 #--start constants--
-%define version 3.1.1rc1
+%define version 3.1.1
 %define libver 3.1
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index c6ed55ecd105ad561c79e735f32f79e3da77f201..0fa803d0bfb343d89b28f0a1f84db6a5399bb480 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.1.1rc1
-===============================
+This is Python version 3.1.1
+============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
 Python Software Foundation.