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

index 5eaa1a43bc12596a9059101278a7c50bbafd6a43..ab660895ceda250b81094113d1a6dc6f941b6aca 100644 (file)
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       1
 #define PY_MICRO_VERSION       0
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_BETA
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.1b1+"
+#define PY_VERSION             "3.1rc1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 80ccf6113df2abfd769e431892e1d4a6af4d6232..5a5db532723d66f676e5c749f9486faca79030a0 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.1b1"
+__version__ = "3.1rc1"
 #--end constants--
index 7ed0628c76290c300c2223cbba7a7f0defa6e9ac..dd3726cb9204017f5ebf4c164c62e2595c6b2bda 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.1b1"
+IDLE_VERSION = "3.1rc1"
index 2793d14da906727fa6f5511c09796faa04d08fda..25afa814c4310830a6c36e5eba8a30b5d109acf0 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 3.1 release candidate 1?
 =============================================
 
-*Release date: XXXX-XX-XX*
+*Release date: 2009-05-30*
 
 Core and Builtins
 -----------------
index e29e8407c9f5975911192cbc3ef77eaab6705200..acbe38c41320022dbae6de72c8bfbc8138ae0e8e 100644 (file)
@@ -34,7 +34,7 @@
 
 %define name python
 #--start constants--
-%define version 3.1b1
+%define version 3.1rc1
 %define libver 3.1
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 558e10deaee825996b3cc274e77859c5c93690b8..35dc4bda64d196616a9adbc20931579e7383f086 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.1 beta 1
-=================================
+This is Python version 3.1 Release Candidate 1
+==============================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
 Python Software Foundation.