]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bumping to 2.6b2 v2.6b2
authorBarry Warsaw <barry@python.org>
Fri, 18 Jul 2008 03:20:07 +0000 (03:20 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 18 Jul 2008 03:20:07 +0000 (03:20 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/RPM/python-2.6.spec
README

index 360be0358ca7c94f1a639b3ba9ae38623a89859d..46ebf90aff3e32b32c4570c7789627b4e592dfde 100644 (file)
 #define PY_MINOR_VERSION       6
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "2.6b1+"
+#define PY_VERSION             "2.6b2"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index a192357896ca238f7732b033f08e8b3b11af2d57..06ec0d4bf85a224cffa6df5fddd3160aad051cd1 100644 (file)
@@ -22,5 +22,5 @@ __revision__ = "$Id$"
 #
 
 #--start constants--
-__version__ = "2.6b1"
+__version__ = "2.6b2"
 #--end constants--
index 5c5edb7b2ad3f13e92e44c1ff2284ab1bdb15b89..4951b870ac489d7885b15ade7fda3236306ecdd2 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.6b1"
+IDLE_VERSION = "2.6b2"
index 540df8388fa0eaab82484f17504ab487d933525b..3a765fbace8f828ee0b988422a9b54f00bd69998 100644 (file)
@@ -34,7 +34,7 @@
 
 %define name python
 #--start constants--
-%define version 2.6b1
+%define version 2.6b2
 %define libver 2.6
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 17e248cf1eeba886e166c892889fcd57b3d1a1f8..57b7c4563de1f318f40bc90b1e2342dd4ab65455 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 2.6 beta 1
+This is Python version 2.6 beta 2
 =================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008