]> granicus.if.org Git - python/commitdiff
Prepare for 2.5.5c1. v2.5.5c1
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 14 Jan 2010 17:41:58 +0000 (17:41 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 14 Jan 2010 17:41:58 +0000 (17:41 +0000)
Include/patchlevel.h
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py
Misc/NEWS
README

index db285684674f885e2aa6d17cde62c7b91967a244..8d9cd50f761570f03984761c2d1cd50513f0f3f2 100644 (file)
 /* Version parsed out into numeric values */
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       5
-#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.5.4"
+#define PY_VERSION             "2.5.5c1"
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision$"
index c88f54bbc78c1f48046ce4dfffddbe8b10eb37e1..49c2d250b94b3067f35be089c7f76fd42df2cf91 100644 (file)
@@ -1,3 +1,8 @@
+What's New in IDLE 1.2.5c1?
+=========================
+
+*Release date: 14-Jan-2010*
+
 What's New in IDLE 1.2.4?
 =========================
 
index 385327d7c6848bedd95e11033c4e8b4ec05c875d..901c812a541b4f50065e058aa41f83087e65e5d3 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.2.4"
+IDLE_VERSION = "1.2.5c1"
index 9659f1c39489dd2128bfd58cf47a80c6b01f15e2..c17d77033b49d7adf167bcc82fccd150c78065ac 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.5.5?
-===========================
+What's New in Python 2.5.5c1?
+=============================
 
-*Release date: XX-XXX-20XX*
+*Release date: 14-Jan-2010*
 
 Core and builtins
 -----------------
diff --git a/README b/README
index ece68c47099ea5d7718bae2e32183813e68bc1f8..a628844395666c52f68b255e396ca23afa0d4184 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-This is Python version 2.5.4
-============================
+This is Python version 2.5.5c1
+==============================
 
-Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software 
+Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Python Software 
 Foundation. 
 All rights reserved.