summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-06-30 02:14:28 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-06-30 02:14:28 (GMT)
commitb346096b656aa23e38edc88de60c3b6dbbaef898 (patch)
treec7ae20cf29d2db29fb4fd3bca06db04196cdbfb5 /Include/patchlevel.h
parent4730880d76b127c5e091b064512906f66356d1f8 (diff)
downloadcpython-b346096b656aa23e38edc88de60c3b6dbbaef898.zip
cpython-b346096b656aa23e38edc88de60c3b6dbbaef898.tar.gz
cpython-b346096b656aa23e38edc88de60c3b6dbbaef898.tar.bz2
Bump version string to "2.3b2+".
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index db7e98e..a295f5e 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -26,7 +26,7 @@
#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "2.3b2"
+#define PY_VERSION "2.3b2+"
/* 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 >= ... */