Bump version # to 2.3a2.

This commit is contained in:
Tim Peters 2003-02-18 21:58:53 +00:00
parent e12dcd7ff4
commit 1441cf9dfc
4 changed files with 12 additions and 10 deletions

View file

@ -33,14 +33,14 @@
* but that neither gives an error nor comes anywhere close to working. The
* following comment and #define are output from PCbuild\field3.py:
*
* For 2.3a0,
* For 2.3a2,
* PY_MICRO_VERSION = 0
* PY_RELEASE_LEVEL = 'alpha' = 0xa
* PY_RELEASE_SERIAL = 1
* PY_RELEASE_SERIAL = 2
*
* and 0*1000 + 10*10 + 1 = 101
* and 0*1000 + 10*10 + 2 = 102
*/
#define FIELD3 101
#define FIELD3 102
/* e.g., 2.1a2
* PY_VERSION comes from patchevel.h