mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Bump version number to 2.3b1.
This commit is contained in:
parent
4e42b31d2e
commit
3209410cb5
4 changed files with 14 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue