summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-03-11 18:00:08 +0000
committerMartin v. Löwis <martin@v.loewis.de>2008-03-11 18:00:08 +0000
commitb0f963526586ff8ed20d2d21624d4cfeef76bc5b (patch)
treeaaf4d9ce26a4984728bb11166662514818523c66 /Include/patchlevel.h
parent06fa53232d0fc8f9a47bfaf8067df0739e80288e (diff)
downloadcpython-git-2.3.7.tar.gz
Prepare for 2.3.7.v2.3.7
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 629b1fa64c..26419d3972 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -22,11 +22,11 @@
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 3
#define PY_MICRO_VERSION 7
-#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.3.7c1"
+#define PY_VERSION "2.3.7"
/* 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 >= ... */