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
|
@ -23,10 +23,10 @@
|
||||||
#define PY_MINOR_VERSION 3
|
#define PY_MINOR_VERSION 3
|
||||||
#define PY_MICRO_VERSION 0
|
#define PY_MICRO_VERSION 0
|
||||||
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
|
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
|
||||||
#define PY_RELEASE_SERIAL 1
|
#define PY_RELEASE_SERIAL 2
|
||||||
|
|
||||||
/* Version as a string */
|
/* Version as a string */
|
||||||
#define PY_VERSION "2.3c1"
|
#define PY_VERSION "2.3c2"
|
||||||
|
|
||||||
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
|
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
|
||||||
Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
|
Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
|
||||||
|
|
|
@ -7,7 +7,7 @@ Python News
|
||||||
What's New in Python 2.3 release candidate 2?
|
What's New in Python 2.3 release candidate 2?
|
||||||
=============================================
|
=============================================
|
||||||
|
|
||||||
*Release date: DD-MMM-YYYY*
|
*Release date: 24-Jul-2003*
|
||||||
|
|
||||||
Core and builtins
|
Core and builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
|
@ -33,14 +33,14 @@
|
||||||
* but that neither gives an error nor comes anywhere close to working. The
|
* but that neither gives an error nor comes anywhere close to working. The
|
||||||
* following comment and #define are output from PCbuild\field3.py:
|
* following comment and #define are output from PCbuild\field3.py:
|
||||||
*
|
*
|
||||||
* For 2.3c1,
|
* For 2.3c2,
|
||||||
* PY_MICRO_VERSION = 0
|
* PY_MICRO_VERSION = 0
|
||||||
* PY_RELEASE_LEVEL = 'candidate' = 0xc
|
* 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
|
/* e.g., 2.1a2
|
||||||
* PY_VERSION comes from patchevel.h
|
* PY_VERSION comes from patchevel.h
|
||||||
|
|
|
@ -33,6 +33,8 @@ How to change the Windows build number:
|
||||||
|
|
||||||
Windows Python BUILD numbers
|
Windows Python BUILD numbers
|
||||||
----------------------------
|
----------------------------
|
||||||
|
45 2.3c2
|
||||||
|
24-Jul-2003
|
||||||
44 2.3c1
|
44 2.3c1
|
||||||
18-Jul-2003
|
18-Jul-2003
|
||||||
43 2.3b2
|
43 2.3b2
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Document Type: WSE
|
Document Type: WSE
|
||||||
item: Global
|
item: Global
|
||||||
Version=8.14
|
Version=8.14
|
||||||
Title=Python 2.3 release candidate 1
|
Title=Python 2.3 release candidate 2
|
||||||
Flags=00010100
|
Flags=00010100
|
||||||
Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||||
Japanese Font Name=MS Gothic
|
Japanese Font Name=MS Gothic
|
||||||
|
@ -18,14 +18,14 @@ item: Global
|
||||||
Patch Flags=0000000000001001
|
Patch Flags=0000000000001001
|
||||||
Patch Threshold=85
|
Patch Threshold=85
|
||||||
Patch Memory=4000
|
Patch Memory=4000
|
||||||
EXE Filename=Python-2.3c1.exe
|
EXE Filename=Python-2.3c2.exe
|
||||||
Dialogs Version=8
|
Dialogs Version=8
|
||||||
Version File=2.3c1
|
Version File=2.3c2
|
||||||
Version Description=Python Programming Language
|
Version Description=Python Programming Language
|
||||||
Version Copyright=©2001-2003 Python Software Foundation
|
Version Copyright=©2001-2003 Python Software Foundation
|
||||||
Version Company=PythonLabs at Zope Corporation
|
Version Company=PythonLabs at Zope Corporation
|
||||||
Crystal Format=10111100101100000010001001001001
|
Crystal Format=10111100101100000010001001001001
|
||||||
Step View=&Properties
|
Step View=&All
|
||||||
Variable Name1=_WISE_
|
Variable Name1=_WISE_
|
||||||
Variable Description1=WISE root directory
|
Variable Description1=WISE root directory
|
||||||
Variable Default1=C:\PROGRAM FILES\WISE INSTALLMASTER 8.1
|
Variable Default1=C:\PROGRAM FILES\WISE INSTALLMASTER 8.1
|
||||||
|
@ -67,7 +67,7 @@ item: Global
|
||||||
end
|
end
|
||||||
item: Set Variable
|
item: Set Variable
|
||||||
Variable=PYVER_STRING
|
Variable=PYVER_STRING
|
||||||
Value=2.3c1
|
Value=2.3c2
|
||||||
end
|
end
|
||||||
item: Remark
|
item: Remark
|
||||||
end
|
end
|
||||||
|
|
|
@ -258,7 +258,7 @@ SOURCE=..\Python\getargs.c
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\Modules\getbuildinfo.c
|
SOURCE=..\Modules\getbuildinfo.c
|
||||||
# ADD CPP /D BUILD=44
|
# ADD CPP /D BUILD=45
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue