summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-02-02 20:13:01 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2001-02-02 20:13:01 (GMT)
commit2a74a2879106ffe3d90252e839673ccc113c3046 (patch)
tree53309fd532216df195bb8fd4ee469bc54dfedd6e /Include/patchlevel.h
parent2056d8e7d2b5d660e547530ba05e09f8c0b8a983 (diff)
downloadcpython-2a74a2879106ffe3d90252e839673ccc113c3046.zip
cpython-2a74a2879106ffe3d90252e839673ccc113c3046.tar.gz
cpython-2a74a2879106ffe3d90252e839673ccc113c3046.tar.bz2
bump to 2.1a2
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 a7fa73a..81973bf 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_ALPHA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "2.1a1"
+#define PY_VERSION "2.1a2"
/* Historic */
-#define PATCHLEVEL "2.1a1"
+#define PATCHLEVEL "2.1a2"
/* 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 >= ... */