]> granicus.if.org Git - python/commitdiff
Bump to 2.6.5 rc 1.
authorBarry Warsaw <barry@python.org>
Mon, 1 Mar 2010 22:10:45 +0000 (22:10 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 1 Mar 2010 22:10:45 +0000 (22:10 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.6.spec
README

index 6573a0013c42570bbce0bc0a0134dcb10db28aff..9287aff3c8f49375512f92823869b8a0f6ee0214 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       6
-#define PY_MICRO_VERSION       4
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       5
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.6.4+"
+#define PY_VERSION             "2.6.5rc1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index b37308c5782f8d73b186f309b099e0687041bf10..8c2ab8f3e5938af85a3c9c84f65db972e49c2e89 100644 (file)
@@ -22,5 +22,5 @@ __revision__ = "$Id$"
 #
 
 #--start constants--
-__version__ = "2.6.4"
+__version__ = "2.6.5rc1"
 #--end constants--
index 7f3d8f476d59022af9c51c0f25314e7d4e062595..d5a6f537c8abfd54426c4f10035b30b99dd4e254 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.6.4"
+IDLE_VERSION = "2.6.5rc1"
index a7b724fb0230e272968d8b5e9aa00ce67caf6f74..49353a76df1fa1f7cf0b3507265fa67949cfa5dd 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,10 +4,10 @@ Python News
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
-What's New in Python 2.6.5
-==========================
+What's New in Python 2.6.5 rc 1?
+================================
 
-*Release date: XX-XXX-20XX*
+*Release date: 2010-03-01*
 
 Core and Builtins
 -----------------
index e76ca1475829a09f3e70332cd033befce570dc0e..3f869b9326df13f3eb545316ee392860f7d037e6 100644 (file)
@@ -39,8 +39,8 @@
 
 %define name python
 #--start constants--
-%define version 2.6.4
-%define libvers 2.6
+%define version 2.6.5rc1
+%define libver 2.6
 #--end constants--
 %define release 1pydotorg
 %define __prefix /usr
diff --git a/README b/README
index 0285a6e52bb57f374620952fd430633e562dbd36..d5adedbe4a0b084d8379025f9c3c1c6834b48e5e 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 2.6.4
-============================
+This is Python version 2.6.5 rc 1
+=================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 Python Software Foundation.