summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2000-10-09 15:13:47 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2000-10-09 15:13:47 (GMT)
commit1e75e816e05b382b0162e99173341508c5500a1e (patch)
tree7c3fafdd9a21d3b5c96473d58732fe3e7fcd8297 /Include/patchlevel.h
parentb769e80056908b4ea66a3e2f7c1ecb251dab4f04 (diff)
downloadcpython-1e75e816e05b382b0162e99173341508c5500a1e.zip
cpython-1e75e816e05b382b0162e99173341508c5500a1e.tar.gz
cpython-1e75e816e05b382b0162e99173341508c5500a1e.tar.bz2
bump patchlevel to 2.0c1
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 62bcaa8..fce0b3b 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -22,14 +22,14 @@
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 0
#define PY_MICRO_VERSION 0
-#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 "2.0b2"
+#define PY_VERSION "2.0c1"
/* Historic */
-#define PATCHLEVEL "2.0b2"
+#define PATCHLEVEL "2.0c1"
/* 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 >= ... */