Update Windows build # and installer for 2.1c1.
This commit is contained in:
parent
db7657d4e0
commit
fd09e86109
|
@ -33,6 +33,8 @@ How to change the Windows build number:
|
||||||
|
|
||||||
Windows Python BUILD numbers
|
Windows Python BUILD numbers
|
||||||
----------------------------
|
----------------------------
|
||||||
|
13 2.1c1
|
||||||
|
12-Apr-2001
|
||||||
12 2.1b2
|
12 2.1b2
|
||||||
20-Mar-2001
|
20-Mar-2001
|
||||||
11 2.1b1
|
11 2.1b1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Document Type: WSE
|
Document Type: WSE
|
||||||
item: Global
|
item: Global
|
||||||
Version=5.0
|
Version=5.0
|
||||||
Title=Python 2.1 beta 2
|
Title=Python 2.1 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
|
||||||
|
@ -66,7 +66,7 @@ item: End Block
|
||||||
end
|
end
|
||||||
item: Set Variable
|
item: Set Variable
|
||||||
Variable=APPTITLE
|
Variable=APPTITLE
|
||||||
Value=Python 2.1 beta 2
|
Value=Python 2.1 release candidate 1
|
||||||
end
|
end
|
||||||
item: Set Variable
|
item: Set Variable
|
||||||
Variable=GROUP
|
Variable=GROUP
|
||||||
|
@ -633,10 +633,6 @@ end
|
||||||
item: Remark
|
item: Remark
|
||||||
Text=Where system DLLs are installed (choose one of the following):
|
Text=Where system DLLs are installed (choose one of the following):
|
||||||
end
|
end
|
||||||
remarked item: Set Variable
|
|
||||||
Variable=DLLDEST
|
|
||||||
Value=%MAINDIR%
|
|
||||||
end
|
|
||||||
item: Set Variable
|
item: Set Variable
|
||||||
Variable=DLLDEST
|
Variable=DLLDEST
|
||||||
Value=%SYS32%
|
Value=%SYS32%
|
||||||
|
|
|
@ -739,11 +739,11 @@ SOURCE=..\Modules\getbuildinfo.c
|
||||||
|
|
||||||
!IF "$(CFG)" == "pythoncore - Win32 Release"
|
!IF "$(CFG)" == "pythoncore - Win32 Release"
|
||||||
|
|
||||||
# ADD CPP /D BUILD=12
|
# ADD CPP /D BUILD=13
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
|
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
|
||||||
|
|
||||||
# ADD CPP /D BUILD=12
|
# ADD CPP /D BUILD=13
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
|
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue