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
|
Windows Python BUILD numbers
|
||||||
----------------------------
|
----------------------------
|
||||||
|
7 2.0c1
|
||||||
|
07-Oct-2000
|
||||||
6 2.0b2
|
6 2.0b2
|
||||||
26-Sep-2000
|
26-Sep-2000
|
||||||
5 CVS development
|
5 CVS development
|
||||||
|
|
|
@ -694,11 +694,11 @@ SOURCE=..\Modules\getbuildinfo.c
|
||||||
|
|
||||||
!IF "$(CFG)" == "python20 - Win32 Release"
|
!IF "$(CFG)" == "python20 - Win32 Release"
|
||||||
|
|
||||||
# ADD CPP /D BUILD=6
|
# ADD CPP /D BUILD=7
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
!ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
||||||
|
|
||||||
# ADD CPP /D BUILD=6
|
# ADD CPP /D BUILD=7
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Document Type: WSE
|
Document Type: WSE
|
||||||
item: Global
|
item: Global
|
||||||
Version=5.0
|
Version=5.0
|
||||||
Title=Python 2.0 beta 2
|
Title=Python 2.0 Release Candidate 1
|
||||||
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
|
||||||
|
@ -64,7 +64,7 @@ item: End Block
|
||||||
end
|
end
|
||||||
item: Set Variable
|
item: Set Variable
|
||||||
Variable=APPTITLE
|
Variable=APPTITLE
|
||||||
Value=Python 2.0 beta 2
|
Value=Python 2.0 Release Candidate 1
|
||||||
end
|
end
|
||||||
item: Set Variable
|
item: Set Variable
|
||||||
Variable=GROUP
|
Variable=GROUP
|
||||||
|
|
Loading…
Reference in New Issue