]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Prepare for 2.4.5 v2.4.5
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 11 Mar 2008 17:59:53 +0000 (17:59 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 11 Mar 2008 17:59:53 +0000 (17:59 +0000)
Include/patchlevel.h
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py
Misc/NEWS
README

index 3cd2a0bf2c2d2d499d8d730a499baacd27dc0608..f148c015bb5bea94d5a53eaa60e7345f5bdc32ad 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       4
 #define PY_MICRO_VERSION       5
-#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.4.5c1"
+#define PY_VERSION             "2.4.5"
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
    Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
index a54853882a12ab243f09113b861d2ddf9ac03a8b..c754ea51ba99bc5e2527e28184033a781f966245 100644 (file)
@@ -1,3 +1,8 @@
+What's New in IDLE 1.1.5?
+=========================
+
+*Release date: 11-Mar-2006*
+
 What's New in IDLE 1.1.5c1?
 =========================
 
index 7279f494c4bb007721f618dd7e91a7d3df1d3ebf..19ba22a1da2b32267e7a88356b06d3979c9f6057 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.1.5c1"
+IDLE_VERSION = "1.1.5"
index cf092e43768fb439ecf746b2c56cd125c28eb001..9d8618acf532302c4f4da2fc3558dff2e963aba2 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,10 +4,15 @@ Python News
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
+What's New in Python 2.4.5?
+=============================
+
+*Release date: 11-Mar-2008*
+
 What's New in Python 2.4.5c1?
 =============================
 
-*Release date: 20-Mar-2008*
+*Release date: 02-Mar-2008*
 
 
 Core and builtins
diff --git a/README b/README
index 35cfa36ce8c70da1526b3ab19406ad5fc08def36..5f8dae11f0604e15d926b0799e62965b5ab44a9e 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 2.4.5c1
-==============================
+This is Python version 2.4.5
+============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software Foundation.
 All rights reserved.