Prep Windows installer for 2.0c1: title and build number.
This commit is contained in:
parent
f2fba87dcc
commit
70d87d7329
|
@ -33,6 +33,8 @@ How to change the Windows build number:
|
|||
|
||||
Windows Python BUILD numbers
|
||||
----------------------------
|
||||
7 2.0c1
|
||||
07-Oct-2000
|
||||
6 2.0b2
|
||||
26-Sep-2000
|
||||
5 CVS development
|
||||
|
|
|
@ -694,11 +694,11 @@ SOURCE=..\Modules\getbuildinfo.c
|
|||
|
||||
!IF "$(CFG)" == "python20 - Win32 Release"
|
||||
|
||||
# ADD CPP /D BUILD=6
|
||||
# ADD CPP /D BUILD=7
|
||||
|
||||
!ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
||||
|
||||
# ADD CPP /D BUILD=6
|
||||
# ADD CPP /D BUILD=7
|
||||
|
||||
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Document Type: WSE
|
||||
item: Global
|
||||
Version=5.0
|
||||
Title=Python 2.0 beta 2
|
||||
Title=Python 2.0 Release Candidate 1
|
||||
Flags=00010100
|
||||
Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
Japanese Font Name=MS Gothic
|
||||
|
@ -64,7 +64,7 @@ item: End Block
|
|||
end
|
||||
item: Set Variable
|
||||
Variable=APPTITLE
|
||||
Value=Python 2.0 beta 2
|
||||
Value=Python 2.0 Release Candidate 1
|
||||
end
|
||||
item: Set Variable
|
||||
Variable=GROUP
|
||||
|
|
Loading…
Reference in New Issue