commit | f122688b3fe2bb3e05af8bea0f02a4ee8207b7e3 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Dec 31 01:50:07 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Dec 31 01:50:07 2002 +0000 |
tree | f99abc70596ff25c8818b82f3c4d127851ed2c0f | |
parent | 974ab9d865256e28a131e84f1668bd5e16a1800b [diff] [blame] |
Various updates to the version number, on the eve of the 2.3a1 release.
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 >= ... */