summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-12-31 01:50:07 (GMT)
committerGuido van Rossum <guido@python.org>2002-12-31 01:50:07 (GMT)
commitf122688b3fe2bb3e05af8bea0f02a4ee8207b7e3 (patch)
treef99abc70596ff25c8818b82f3c4d127851ed2c0f /Include
parent974ab9d865256e28a131e84f1668bd5e16a1800b (diff)
downloadcpython-f122688b3fe2bb3e05af8bea0f02a4ee8207b7e3.zip
cpython-f122688b3fe2bb3e05af8bea0f02a4ee8207b7e3.tar.gz
cpython-f122688b3fe2bb3e05af8bea0f02a4ee8207b7e3.tar.bz2
Various updates to the version number, on the eve of the 2.3a1 release.
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 888550a..989688b 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -26,7 +26,7 @@
#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "2.3a0"
+#define PY_VERSION "2.3a1"
/* 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 >= ... */