Update Windows installer & build number to 2.1c2 release.

This commit is contained in:
Tim Peters 2001-04-16 01:44:08 +00:00
parent a7a391c580
commit b093166f93
3 changed files with 6 additions and 4 deletions

View file

@ -33,6 +33,8 @@ How to change the Windows build number:
Windows Python BUILD numbers Windows Python BUILD numbers
---------------------------- ----------------------------
14 2.1c2
15-Apr-2001
13 2.1c1 13 2.1c1
12-Apr-2001 12-Apr-2001
12 2.1b2 12 2.1b2

View file

@ -1,7 +1,7 @@
Document Type: WSE Document Type: WSE
item: Global item: Global
Version=5.0 Version=5.0
Title=Python 2.1 release candidate 1 Title=Python 2.1 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
@ -66,7 +66,7 @@ item: End Block
end end
item: Set Variable item: Set Variable
Variable=APPTITLE Variable=APPTITLE
Value=Python 2.1 release candidate 1 Value=Python 2.1 release candidate 2
end end
item: Set Variable item: Set Variable
Variable=GROUP Variable=GROUP

View file

@ -739,11 +739,11 @@ SOURCE=..\Modules\getbuildinfo.c
!IF "$(CFG)" == "pythoncore - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
# ADD CPP /D BUILD=13 # ADD CPP /D BUILD=14
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
# ADD CPP /D BUILD=13 # ADD CPP /D BUILD=14
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"