]> granicus.if.org Git - python/commitdiff
preparing for 2.4 final (wooooooo!)
authorAnthony Baxter <anthonybaxter@gmail.com>
Mon, 29 Nov 2004 01:40:31 +0000 (01:40 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Mon, 29 Nov 2004 01:40:31 +0000 (01:40 +0000)
Include/patchlevel.h
Lib/idlelib/idlever.py
Misc/RPM/python-2.4.spec

index 9cccf5f890fcc719ce59d11436cba81cbd0c3ef3..65f24c4db89d78de5c498aa1284d739a4174eb38 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       4
 #define PY_MICRO_VERSION       0
-#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.4c1"
+#define PY_VERSION             "2.4"
 
 /* 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 f185175c2880fa6e6a933be79e7992590b896615..aba89af82a9b7ffee928d4e413f99f734ca0e46b 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.1c2"
+IDLE_VERSION = "1.1"
index dce3842a0afbd34452f9d73533bab8823ed6cf9a..af2053e8c6b07b95994841f21d588966bb0349c9 100644 (file)
@@ -33,7 +33,7 @@
 #################################
 
 %define name python
-%define version 2.4c1
+%define version 2.4
 %define libvers 2.4
 %define release 1pydotorg
 %define __prefix /usr