]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bumping to 2.6 final.
authorBarry Warsaw <barry@python.org>
Wed, 1 Oct 2008 21:46:40 +0000 (21:46 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 1 Oct 2008 21:46:40 +0000 (21:46 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.6.spec
README

index 33e6ae049caa7e0f327caf7cd0b18066f772e8b1..287904802cfae529c24d31a69c35ae9ceb4054cc 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       6
 #define PY_MICRO_VERSION       0
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      2
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.6rc2+"
+#define PY_VERSION             "2.6"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index fb8043c370a3a19400d2023017b73fae6abe7be3..7315a3727127d5be55bb2e5c9a0933c293720846 100644 (file)
@@ -22,5 +22,5 @@ __revision__ = "$Id$"
 #
 
 #--start constants--
-__version__ = "2.6rc2"
+__version__ = "2.6"
 #--end constants--
index 0d7ab6bb199d9312425bd23ba4942abd3d415273..1071adaeced15787e020798d87872a912f8379e6 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.6rc2"
+IDLE_VERSION = "2.6"
index 4993a9c7ff4a719c5ee9b60aef8e45a68162da62..2d1e09993c32358ef1dce1ac0e5caa44d62bb526 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 2.6 final
 ==============================
 
-*Release date: XX-XXX-2008*
+*Release date: 01-Oct-2008*
 
 Core and Builtins
 -----------------
index dda5b60d9dbe4c98d067f6c15805449ceddc7c30..f878fb245f736ef4098b2c26f490597c07fcdf83 100644 (file)
@@ -34,7 +34,7 @@
 
 %define name python
 #--start constants--
-%define version 2.6rc2
+%define version 2.6
 %define libver 2.6
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 8f0024a3ca7878c4641b6885d7c559c1e50a786c..43f548578494e66b21cf76d7891b031f74a43720 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 2.6 release candidate 2
-==============================================
+This is Python version 2.6
+==========================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 Python Software Foundation.