]> granicus.if.org Git - python/commitdiff
Bump to 2.6.9rc1
authorBarry Warsaw <barry@python.org>
Tue, 1 Oct 2013 00:34:29 +0000 (20:34 -0400)
committerBarry Warsaw <barry@python.org>
Tue, 1 Oct 2013 00:34:29 +0000 (20:34 -0400)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.6.spec
README

index 36673ae809185967835bdb24c9db513b01a1597f..e45eb6efbd54db194d354c5e23980e5c003c9d59 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       6
-#define PY_MICRO_VERSION       8
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       9
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.6.8+"
+#define PY_VERSION             "2.6.9rc1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index e5008c97170ec2e5ec4f6c8779ac596c5709e829..fe33506f4cc2bee1e229679383b2436573862972 100644 (file)
@@ -22,5 +22,5 @@ __revision__ = "$Id$"
 #
 
 #--start constants--
-__version__ = "2.6.8"
+__version__ = "2.6.9rc1"
 #--end constants--
index 92525ae32a776034c70e44ef908f25f612147891..bed231baae25f7bea0602b44e01e798ccf2679f2 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.6.8"
+IDLE_VERSION = "2.6.9rc1"
index dc1dd4b991fafb3c068b3c8cf7569a6c20860954..671c9890a5bf0e3ed179dad6f874536df01f56ee 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 What's New in Python 2.6.9 rc 1?
 ================================
 
-*Release date: XXXX-XX-XX*
+*Release date: 2013-09-30*
 
 Core and Builtins
 -----------------
index e80b952b9697beb07c25c523ac2cd4c5e3d8ce5b..e2de7e36ca288055f40dbcab3b49dcacea83281d 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 2.6.8
+%define version 2.6.9rc1
 %define libvers 2.6
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 9cda724110631ab78d4d277ea192b1f6cb13e687..57c6550d1d3bba11b0621d9b8076de538fe6f9c8 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
-This is Python version 2.6.8
+This is Python version 2.6.9
 ============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
-              2011, 2012
+              2011, 2012, 2013
 Python Software Foundation.
 All rights reserved.