]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Prepare for 2.4.6c1.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 13 Dec 2008 13:34:10 +0000 (13:34 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 13 Dec 2008 13:34:10 +0000 (13:34 +0000)
Include/patchlevel.h
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py
Misc/NEWS
README

index f148c015bb5bea94d5a53eaa60e7345f5bdc32ad..ddb212d5cb60cc9b02489830f1a69be426759a45 100644 (file)
 /* Version parsed out into numeric values */
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       4
-#define PY_MICRO_VERSION       5
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       6
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.4.5"
+#define PY_VERSION             "2.4.6c1"
 
 /* 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 c754ea51ba99bc5e2527e28184033a781f966245..0bc78cae84f6272f3a22cabc777643bac9ba642c 100644 (file)
@@ -1,12 +1,17 @@
+What's New in IDLE 1.1.6c1?
+=========================
+
+*Release date: 13-Dec-2008*
+
 What's New in IDLE 1.1.5?
 =========================
 
-*Release date: 11-Mar-2006*
+*Release date: 11-Mar-2008*
 
 What's New in IDLE 1.1.5c1?
 =========================
 
-*Release date: 02-Mar-2006*
+*Release date: 02-Mar-2008*
 
 What's New in IDLE 1.1.4?
 =========================
index 19ba22a1da2b32267e7a88356b06d3979c9f6057..0cf857902f7afcc4dc5bbf8cb0b45e4a1a6c1d4b 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.1.5"
+IDLE_VERSION = "1.1.6c1"
index 9dca280d641b29ab71aaec9abbef6bada79ad944..49737f0b23f7deaef8e1654776fc34b6e127529d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 2.4.6c1?
 =============================
 
-*Release date: xx-XXX-2008*
+*Release date: 13-Dec-2008*
 
 Core and builtins
 -----------------
diff --git a/README b/README
index 5f8dae11f0604e15d926b0799e62965b5ab44a9e..382892a9c7b144375a0c036c29a57868cc2c63c6 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 2.4.5
-============================
+This is Python version 2.4.6c1
+==============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software Foundation.
 All rights reserved.