mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Bump version # to 2.3a2.
This commit is contained in:
parent
e12dcd7ff4
commit
1441cf9dfc
4 changed files with 12 additions and 10 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.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue