]> granicus.if.org Git - python/commitdiff
Bumping to 2.6b1 v2.6b1
authorBarry Warsaw <barry@python.org>
Thu, 19 Jun 2008 01:48:07 +0000 (01:48 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 19 Jun 2008 01:48:07 +0000 (01:48 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.6.spec
README

index 2ad6fb7ab4da11694a5d5c7973a85ad0b4583871..79ddbb7cffed226dfc0e3cf9e321024fbabb9ee9 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       6
 #define PY_MICRO_VERSION       0
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      3
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_BETA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.6a3+"
+#define PY_VERSION             "2.6b1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index e3e32f51bd66f320dbdff7999b4738fb948e8f98..a192357896ca238f7732b033f08e8b3b11af2d57 100644 (file)
@@ -22,5 +22,5 @@ __revision__ = "$Id$"
 #
 
 #--start constants--
-__version__ = "2.6a3"
+__version__ = "2.6b1"
 #--end constants--
index 6dcab30544e9c7cfb333936c2c58b8162849202d..5c5edb7b2ad3f13e92e44c1ff2284ab1bdb15b89 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.6a3"
+IDLE_VERSION = "2.6b1"
index 7f5e4f1dfa20d2b374669288cbe14ca4e86c4e52..1829cba5f8ec0b0f35ce0aaa3d8f251d5e6a7bbc 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 2.6 beta 1?
 ================================
 
-*Release date: XX-June-2008*
+*Release date: 18-June-2008*
 
 Core and Builtins
 -----------------
index d6d14d8d72f83c7b3daac7c69954adc57e6af12f..540df8388fa0eaab82484f17504ab487d933525b 100644 (file)
@@ -34,7 +34,7 @@
 
 %define name python
 #--start constants--
-%define version 2.6a3
+%define version 2.6b1
 %define libver 2.6
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 8f53ca43e42dc060fdc0d1062a08008a35911c18..17e248cf1eeba886e166c892889fcd57b3d1a1f8 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 2.6 alpha 3
-==================================
+This is Python version 2.6 beta 1
+=================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 Python Software Foundation.