]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
2.4.1 preparations.
authorAnthony Baxter <anthonybaxter@gmail.com>
Tue, 29 Mar 2005 12:33:34 +0000 (12:33 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Tue, 29 Mar 2005 12:33:34 +0000 (12:33 +0000)
Include/patchlevel.h
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py

index 3bd6357dd847ad1639400024baf2c7b786172783..d39beefaed0963cd10922b6835786bde089de382 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       4
 #define PY_MICRO_VERSION       1
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      2
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.4.1c2"
+#define PY_VERSION             "2.4.1"
 
 /* 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 9ad1e25ab28eeb094acfa20ac59fa897ee7766b5..9fa81db2d21854cbc4d0659db63fa99ca124f59e 100644 (file)
@@ -1,3 +1,8 @@
+What's New in IDLE 1.1.1?
+=========================
+
+*Release date: 30-MAR-2005*
+
 What's New in IDLE 1.1.1c2?
 ===========================
 
index 650ccd08b721cb27ef0e6f3bdb4d2c51671853d6..46b58aa42d8dbf916a7553747900726a4fbfcbee 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.1.1c2"
+IDLE_VERSION = "1.1.1"