Bump version number to 2.3b1.

This commit is contained in:
Tim Peters 2003-04-24 16:45:34 +00:00
parent 4e42b31d2e
commit 3209410cb5
4 changed files with 14 additions and 12 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.3a2,
* For 2.3b1,
* PY_MICRO_VERSION = 0
* PY_RELEASE_LEVEL = 'alpha' = 0xa
* PY_RELEASE_SERIAL = 2
* PY_RELEASE_LEVEL = 'beta' = 0xb
* PY_RELEASE_SERIAL = 1
*
* and 0*1000 + 10*10 + 2 = 102
* and 0*1000 + 11*10 + 1 = 111
*/
#define FIELD3 102
#define FIELD3 111
/* e.g., 2.1a2
* PY_VERSION comes from patchevel.h