]> granicus.if.org Git - python/commitdiff
Bumping to 2.6rc2 v2.6rc2
authorBarry Warsaw <barry@python.org>
Thu, 18 Sep 2008 04:33:43 +0000 (04:33 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 18 Sep 2008 04:33:43 +0000 (04:33 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.6.spec
README

index ff767a95f72e28db5dfe8537d2fc2d1515861697..26c646dcb84a5837fdca5e57c57308b79ff6bb3f 100644 (file)
 #define PY_MINOR_VERSION       6
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "2.6rc1+"
+#define PY_VERSION             "2.6rc2"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index b622f7d217f507ab53322cd5aac6b548beb355d8..fb8043c370a3a19400d2023017b73fae6abe7be3 100644 (file)
@@ -22,5 +22,5 @@ __revision__ = "$Id$"
 #
 
 #--start constants--
-__version__ = "2.6rc1"
+__version__ = "2.6rc2"
 #--end constants--
index 59c5568620a9ec7d24e85df47e01218ba1842347..0d7ab6bb199d9312425bd23ba4942abd3d415273 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.6rc1"
+IDLE_VERSION = "2.6rc2"
index dbcaf62ebbd7915fe6c7529ea997e20a85294299..b0bbb699eee54b3a9612297fa47b2218b170d1d5 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 2.6 release candidate 2?
 =============================================
 
-*Release date: XX-XXXX-2008*
+*Release date: 17-Sep-2008*
 
 Core and Builtins
 -----------------
index cd17d4474e644496854a9fab28ea2cbf091f370c..dda5b60d9dbe4c98d067f6c15805449ceddc7c30 100644 (file)
@@ -34,7 +34,7 @@
 
 %define name python
 #--start constants--
-%define version 2.6rc1
+%define version 2.6rc2
 %define libver 2.6
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 8a6fa539dc35903cec4428ff15be20f0c40e8490..8f0024a3ca7878c4641b6885d7c559c1e50a786c 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 2.6 release candidate 1
+This is Python version 2.6 release candidate 2
 ==============================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008