summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2001-11-16 21:12:25 (GMT)
committerBarry Warsaw <barry@python.org>2001-11-16 21:12:25 (GMT)
commit754b7123e02bf97c94f5e106fea3c91d2448f390 (patch)
tree880ac29ca00adecc31dec61fcfe8c38bdfd7e2d7 /Include
parentdd2487d7592e1546e64ee1571e35cd984e8ba8da (diff)
downloadcpython-754b7123e02bf97c94f5e106fea3c91d2448f390.zip
cpython-754b7123e02bf97c94f5e106fea3c91d2448f390.tar.gz
cpython-754b7123e02bf97c94f5e106fea3c91d2448f390.tar.bz2
Bumping version number.
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 2c12f94..772c793 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,10 +23,10 @@
#define PY_MINOR_VERSION 2
#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.2b1+"
+#define PY_VERSION "2.2b2+"
/* 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 >= ... */