summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2004-11-29 01:40:31 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2004-11-29 01:40:31 (GMT)
commite48bad7a24d5bc6cd1677d94ac669009d561744a (patch)
tree1d93a152c2ec2046af687182b9f1fd04df102878 /Include
parent99b7d6445c96c152377d12f14c9af867025df151 (diff)
downloadcpython-e48bad7a24d5bc6cd1677d94ac669009d561744a.zip
cpython-e48bad7a24d5bc6cd1677d94ac669009d561744a.tar.gz
cpython-e48bad7a24d5bc6cd1677d94ac669009d561744a.tar.bz2
preparing for 2.4 final (wooooooo!)
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 9cccf5f..65f24c4 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -22,11 +22,11 @@
#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 >= ... */