summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-03-20 19:57:10 +0000
committerGuido van Rossum <guido@python.org>2001-03-20 19:57:10 +0000
commit6ad78950f0587a992242c9004a7a3401cbcafa2c (patch)
treebdf1567be749b1e3875c1581e6e5d0a912337e7a /Include/patchlevel.h
parentfb8cac64e6f3fd710e11b97a69d4a352d18695b0 (diff)
downloadcpython-6ad78950f0587a992242c9004a7a3401cbcafa2c.tar.gz
Bump version to 2.1b2.
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 3754a0a1bf..e64330a133 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,13 +23,13 @@
#define PY_MINOR_VERSION 1
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "2.1b1"
+#define PY_VERSION "2.1b2"
/* Historic */
-#define PATCHLEVEL "2.1b1"
+#define PATCHLEVEL "2.1b2"
/* 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 >= ... */