]> granicus.if.org Git - python/commitdiff
Bump to 2.6.8rc2 v2.6.8rc2
authorBarry Warsaw <barry@python.org>
Sat, 17 Mar 2012 22:19:15 +0000 (18:19 -0400)
committerBarry Warsaw <barry@python.org>
Sat, 17 Mar 2012 22:19:15 +0000 (18:19 -0400)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/RPM/python-2.6.spec
README

index 8cf5c889321da1e04ae4a481739ac071e4738b61..955e650075e3d91b9f3e188bfd87e5d52dd1e6f6 100644 (file)
 #define PY_MINOR_VERSION       6
 #define PY_MICRO_VERSION       8
 #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.6.8rc1"
+#define PY_VERSION             "2.6.8rc2"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 279e17a9dfe95038fac9412c0dcea8b1d8c96fc0..141b377b949ec2034992a7fa37f3a038f2ad985c 100644 (file)
@@ -22,5 +22,5 @@ __revision__ = "$Id$"
 #
 
 #--start constants--
-__version__ = "2.6.8rc1"
+__version__ = "2.6.8rc2"
 #--end constants--
index c656bc20e317aaec2eadfeef397e666b4cc1c581..4acb8144945be375051892f2d3bfd73a1c69ce7f 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.6.8rc1"
+IDLE_VERSION = "2.6.8rc2"
index 69132d5d59e9acb5173e4b7e004a436cb3d78089..41471bb3b36ec294c39d51a499f1aa3621dcf9e0 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 2.6.8rc1
+%define version 2.6.8rc2
 %define libvers 2.6
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index c796141d298606b45de7beb891a7db62124e00fd..56562852022ee2c2ae41f8469fff4986b2b470fc 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 2.6.8 rc 1
+This is Python version 2.6.8 rc 2
 =================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,