summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-03-02 20:39:32 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-03-02 20:39:32 (GMT)
commitcb6727e8118d24d0fb65ef60dec5f512a58c1f46 (patch)
treebea86e1692e0adb8f45069a7b1b33fc4dd6f0ac5 /Include/patchlevel.h
parentd254ca8813986ac72f39fdac90fdf8f63904c28e (diff)
downloadcpython-2.3.7c1.zip
cpython-2.3.7c1.tar.gz
cpython-2.3.7c1.tar.bz2
Prepare for 2.3.7c1.v2.3.7c1
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 5620967..629b1fa 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -21,12 +21,12 @@
/* Version parsed out into numeric values */
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 3
-#define PY_MICRO_VERSION 6
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 7
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "2.3.6"
+#define PY_VERSION "2.3.7c1"
/* 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 >= ... */