summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-02-18 21:58:53 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-02-18 21:58:53 (GMT)
commit1441cf9dfc35882bf7be9786b0160c04375b5313 (patch)
treec514b3999e5f4c98abfb5faabf1a29f94775106d /Include
parente12dcd7ff4d0cf76cd82284d90a397db21225bd6 (diff)
downloadcpython-1441cf9dfc35882bf7be9786b0160c04375b5313.zip
cpython-1441cf9dfc35882bf7be9786b0160c04375b5313.tar.gz
cpython-1441cf9dfc35882bf7be9786b0160c04375b5313.tar.bz2
Bump version # to 2.3a2.
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 989688b..96da54b 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,10 +23,10 @@
#define PY_MINOR_VERSION 3
#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.3a1"
+#define PY_VERSION "2.3a2"
/* 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 >= ... */