]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Prepare for 2.5.2.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 21 Feb 2008 10:04:55 +0000 (10:04 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 21 Feb 2008 10:04:55 +0000 (10:04 +0000)
Doc/commontex/boilerplate.tex
Include/patchlevel.h
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py
Misc/NEWS

index 57332b1dc7f50f0150807ac10052c209ef0bc198..f6a453bf3fef7c2fde57a5d3ade549b466d6b4a2 100644 (file)
@@ -5,5 +5,5 @@
        Email: \email{docs@python.org}
 }
 
-\date{14th February, 2008}                     % XXX update before final release!
+\date{21th February, 2008}                     % XXX update before final release!
 \input{patchlevel}             % include Python version information
index 37bed1b640c8f67a991159cfe5438e96100a66e6..09b055f79ba44932343c4c8d84d5836ce876452a 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       5
 #define PY_MICRO_VERSION       2
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.5.2c1"
+#define PY_VERSION             "2.5.2"
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision$"
index 22745040cb527254678af5a0c2ae056f08476d3b..29a294ff35a9c6553ac5eca7807a32563bedb87a 100644 (file)
@@ -1,3 +1,8 @@
+What's New in IDLE 1.2.2?
+=========================
+
+*Release date: 21-FEB-2008*
+
 What's New in IDLE 1.2.2c1?
 =========================
 
index 1d74d949313bf29e881b2b51a037734dbcefdcff..ec8e0008d791c94aa9c97a0c5abda7570f5b69ca 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.2.2c1"
+IDLE_VERSION = "1.2.2"
index e90413714bd2507c813c21c3973e8504bfc801d0..accb4d7969bb5d39ad0e42a33a697f842606a4de 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 2.5.2?
 =============================
 
-*Release date: XX-Feb-2008*
+*Release date: 21-Feb-2008*
 
 Extension Modules
 -----------------