diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-07-17 04:05:43 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-07-17 04:05:43 (GMT) |
commit | 0eb4f3e99404c2646060089b5859dc2372f220c4 (patch) | |
tree | 0c5bc2b4ac0cd8ff73f5e37c33db507f98a09bd2 /PCbuild | |
parent | cf580c7ea136fa8f73bae446a99c96b74251b2a8 (diff) | |
download | cpython-0eb4f3e99404c2646060089b5859dc2372f220c4.zip cpython-0eb4f3e99404c2646060089b5859dc2372f220c4.tar.gz cpython-0eb4f3e99404c2646060089b5859dc2372f220c4.tar.bz2 |
Prepare Windows installer for 2.2a1.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/BUILDno.txt | 2 | ||||
-rw-r--r-- | PCbuild/python20.wse | 5 | ||||
-rw-r--r-- | PCbuild/pythoncore.dsp | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index 8791f52f..3285567 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 21 2.2a1 TENTATIVE + 18-Jul-2001 20 2.1.1 TENTATIVE 20-Jul-2001 19 2.1.1c1 diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 5cd3edd..448ae88 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -1,7 +1,7 @@ Document Type: WSE item: Global Version=5.0 - Title=Python 2.2 pre-alpha + Title=Python 2.2 alpha 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 @@ -16,6 +16,7 @@ item: Global Patch Flags=0000000000000001 Patch Threshold=85 Patch Memory=4000 + EXE Filename=Python-2.2a1.exe Variable Name1=_SYS_ Variable Description1=System directory (where to find MSVCRT.DLL) Variable Default1=C:\Windows\System @@ -66,7 +67,7 @@ item: End Block end item: Set Variable Variable=APPTITLE - Value=Python 2.2 pre-alpha + Value=Python 2.2a1 end item: Set Variable Variable=GROUP diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index e44a8aa..ae193d5 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -709,11 +709,11 @@ SOURCE=..\Modules\getbuildinfo.c !IF "$(CFG)" == "pythoncore - Win32 Release"
-# ADD CPP /D BUILD=16
+# ADD CPP /D BUILD=21
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
-# ADD CPP /D BUILD=16
+# ADD CPP /D BUILD=21
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
|