summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2000-10-13 23:05:44 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2000-10-13 23:05:44 (GMT)
commit20da14c56d9562d15153553d3a199e154b505599 (patch)
treec995117a109b7148bd371a4e008dd2a36ef2eca0 /Include
parentac148b5fcd3232ddc9e8998201e68e55066ef355 (diff)
downloadcpython-20da14c56d9562d15153553d3a199e154b505599.zip
cpython-20da14c56d9562d15153553d3a199e154b505599.tar.gz
cpython-20da14c56d9562d15153553d3a199e154b505599.tar.bz2
getting close
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index fce0b3b..2d0fb11 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_GAMMA
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "2.0c1"
+#define PY_VERSION "2.0"
/* Historic */
-#define PATCHLEVEL "2.0c1"
+#define PATCHLEVEL "2.0"
/* 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 >= ... */