summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2006-03-28 06:32:00 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2006-03-28 06:32:00 (GMT)
commite77ff2a9efe67f4c28dd13a76a6ada651b2d5634 (patch)
tree24f69088afc64f6a241e9f22f8b8f04236cc2bc5 /Include/patchlevel.h
parent55dd2b41e0295526e5a91c37231de00af6fd29d8 (diff)
downloadcpython-e77ff2a9efe67f4c28dd13a76a6ada651b2d5634.zip
cpython-e77ff2a9efe67f4c28dd13a76a6ada651b2d5634.tar.gz
cpython-e77ff2a9efe67f4c28dd13a76a6ada651b2d5634.tar.bz2
preparing for 2.4.3 final
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 4089718..3453657 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 3
-#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.3c1"
+#define PY_VERSION "2.4.3"
/* 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 >= ... */