summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-04-08 20:23:44 (GMT)
committerGuido van Rossum <guido@python.org>1999-04-08 20:23:44 (GMT)
commit6d0de99d8da806798ce0b896159bd07fce71c0dc (patch)
treea33208611f254d81a2e97aa44b85261bd2020c30 /Include
parent42efa61f65da2a878f01f01555a6c2310df2109f (diff)
downloadcpython-6d0de99d8da806798ce0b896159bd07fce71c0dc.zip
cpython-6d0de99d8da806798ce0b896159bd07fce71c0dc.tar.gz
cpython-6d0de99d8da806798ce0b896159bd07fce71c0dc.tar.bz2
Release 1.5.2c1
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 01a860a..5762112 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -51,14 +51,14 @@ PERFORMANCE OF THIS SOFTWARE.
#define PY_MAJOR_VERSION 1
#define PY_MINOR_VERSION 5
#define PY_MICRO_VERSION 2
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL 2
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "1.5.2b2+"
+#define PY_VERSION "1.5.2c1"
/* Historic */
-#define PATCHLEVEL "1.5.2b2+"
+#define PATCHLEVEL "1.5.2c1"
/* 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 >= ... */