]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bumping to 2.6rc1
authorBarry Warsaw <barry@python.org>
Fri, 12 Sep 2008 23:25:57 +0000 (23:25 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 12 Sep 2008 23:25:57 +0000 (23:25 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.6.spec
README

index 61f12b4f603dbccecc55be3c49fc9f526599ccea..6ed78576a80fd89f0c2d983aac4d1631a6cd6be4 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       6
 #define PY_MICRO_VERSION       0
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL      3
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.6b3+"
+#define PY_VERSION             "2.6rc1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 74d0a47d479650055ea38609c02149ba86f1938e..b622f7d217f507ab53322cd5aac6b548beb355d8 100644 (file)
@@ -22,5 +22,5 @@ __revision__ = "$Id$"
 #
 
 #--start constants--
-__version__ = "2.6b3"
+__version__ = "2.6rc1"
 #--end constants--
index 5c055d053059956f0e81af03555638b1c7561862..59c5568620a9ec7d24e85df47e01218ba1842347 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.6b3"
+IDLE_VERSION = "2.6rc1"
index a31bcd5f44965797ad8b5af89f23388ce15b5db6..1f2a7919c789d0eb52325dae8157b47101d66bf5 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 2.6 release candidate 1?
 =============================================
 
-*Release date: XX-XXX-2008*
+*Release date: 12-Sep-2008*
 
 Core and Builtins
 -----------------
index 24e40df5f14e86c9186c2502948846defacb34f1..cd17d4474e644496854a9fab28ea2cbf091f370c 100644 (file)
@@ -34,7 +34,7 @@
 
 %define name python
 #--start constants--
-%define version 2.6b3
+%define version 2.6rc1
 %define libver 2.6
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 470e0eef6831551cfacb410b85055e383381e1c9..8a6fa539dc35903cec4428ff15be20f0c40e8490 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 2.6 beta 3
-=================================
+This is Python version 2.6 release candidate 1
+==============================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 Python Software Foundation.