Various updates to the version number, on the eve of the 2.3a1 release.

This commit is contained in:
Guido van Rossum 2002-12-31 01:50:07 +00:00
parent 974ab9d865
commit f122688b3f
3 changed files with 16 additions and 15 deletions

View file

@ -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 >= ... */