]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump to 2.6.8 v2.6.8
authorBarry Warsaw <barry@python.org>
Tue, 10 Apr 2012 14:59:35 +0000 (10:59 -0400)
committerBarry Warsaw <barry@python.org>
Tue, 10 Apr 2012 14:59:35 +0000 (10:59 -0400)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.6.spec
README

index 955e650075e3d91b9f3e188bfd87e5d52dd1e6f6..f56575277170731f91098d91bfb6e73da00b64e5 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       6
 #define PY_MICRO_VERSION       8
-#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.6.8rc2"
+#define PY_VERSION             "2.6.8"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 141b377b949ec2034992a7fa37f3a038f2ad985c..e5008c97170ec2e5ec4f6c8779ac596c5709e829 100644 (file)
@@ -22,5 +22,5 @@ __revision__ = "$Id$"
 #
 
 #--start constants--
-__version__ = "2.6.8rc2"
+__version__ = "2.6.8"
 #--end constants--
index 4acb8144945be375051892f2d3bfd73a1c69ce7f..92525ae32a776034c70e44ef908f25f612147891 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.6.8rc2"
+IDLE_VERSION = "2.6.8"
index a8e813df4baf83189f4b806775a9f5949dfc98cb..cdd3cf5d2c7f9bfc375bc03984a457086026f30c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,14 @@
 Python News
 +++++++++++
 
+What's New in Python 2.6.8?
+===========================
+
+*Release date: 2012-04-10*
+
+No changes since 2.6.8rc2.
+
+
 What's New in Python 2.6.8 rc 2?
 ================================
 
index 41471bb3b36ec294c39d51a499f1aa3621dcf9e0..e80b952b9697beb07c25c523ac2cd4c5e3d8ce5b 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 2.6.8rc2
+%define version 2.6.8
 %define libvers 2.6
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 56562852022ee2c2ae41f8469fff4986b2b470fc..9cda724110631ab78d4d277ea192b1f6cb13e687 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 2.6.8 rc 2
-=================================
+This is Python version 2.6.8
+============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
               2011, 2012