]> granicus.if.org Git - python/commitdiff
Updating for 2.6a2 v2.6a2
authorBarry Warsaw <barry@python.org>
Thu, 3 Apr 2008 04:10:02 +0000 (04:10 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 3 Apr 2008 04:10:02 +0000 (04:10 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/RPM/python-2.6.spec
README

index e5b8a2f4fd0f4cdcb19ddbfaad38113165cbf2e2..ff618f19202b883a06d4b495d2e153483f904cde 100644 (file)
                                        /* Higher for patch releases */
 
 /* Version parsed out into numeric values */
+/*--start constants--*/
 #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      1
+#define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "2.6a1+"
+#define PY_VERSION             "2.6a2"
+/*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision$"
index 8c954c22386c832f20dcf52788f314e056ff9605..d0dd03a3c5a33325ab488de274db3067ab8a3618 100644 (file)
@@ -20,4 +20,7 @@ __revision__ = "$Id$"
 # In general, major and minor version should loosely follow the Python
 # version number the distutils code was shipped with.
 #
-__version__ = "2.6.0"
+
+#--start constants--
+__version__ = "2.6a2"
+#--end constants--
index 76cf619d9dbba4a31b85f42fe00c3f893be60af5..308e33f705cc5c74f27666835a8e5c1332b8fbb3 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.6a1"
+IDLE_VERSION = "2.6a2"
index 73eba566a3792d0bc0ce8f83266677714338f18c..b7f724138297c4cc1861e40a19b87b6581705401 100644 (file)
 #################################
 
 %define name python
-%define version 2.6a1
-%define libvers 2.6
+#--start constants--
+%define version 2.6a2
+%define libver 2.6
+#--end constants--
 %define release 1pydotorg
 %define __prefix /usr
 
diff --git a/README b/README
index 2ae630fe32860285b6839fcc66f1d86cc0f81817..5523ad83a191a07f3c8bceec1d3f0fc50a55b438 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 2.6 alpha 1
+This is Python version 2.6 alpha 2
 ==================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008