mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Update version numbers and dates for 2.3c2 -- we won't be able to do this
during the day tomorrow, so doing it earlier than I'd like.
This commit is contained in:
parent
e004041e96
commit
6560a254ea
6 changed files with 15 additions and 13 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.3c1,
|
||||
* For 2.3c2,
|
||||
* PY_MICRO_VERSION = 0
|
||||
* PY_RELEASE_LEVEL = 'candidate' = 0xc
|
||||
* PY_RELEASE_SERIAL = 1
|
||||
* PY_RELEASE_SERIAL = 2
|
||||
*
|
||||
* and 0*1000 + 12*10 + 1 = 121
|
||||
* and 0*1000 + 12*10 + 2 = 122
|
||||
*/
|
||||
#define FIELD3 121
|
||||
#define FIELD3 122
|
||||
|
||||
/* e.g., 2.1a2
|
||||
* PY_VERSION comes from patchevel.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue