diff options
author | Tim Peters <tim.peters@gmail.com> | 2000-10-07 04:04:07 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2000-10-07 04:04:07 (GMT) |
commit | 70d87d73291ca6263955c57842c07e98be768352 (patch) | |
tree | b4c5da268ccc43e0813099dd613b02f7d7ecd5d0 /PCbuild | |
parent | f2fba87dcc6bb75c126b3b1cd79e6b4b62e4981a (diff) | |
download | cpython-70d87d73291ca6263955c57842c07e98be768352.zip cpython-70d87d73291ca6263955c57842c07e98be768352.tar.gz cpython-70d87d73291ca6263955c57842c07e98be768352.tar.bz2 |
Prep Windows installer for 2.0c1: title and build number.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/BUILDno.txt | 2 | ||||
-rw-r--r-- | PCbuild/python20.dsp | 4 | ||||
-rw-r--r-- | PCbuild/python20.wse | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index 702370a..a4643cc 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -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 diff --git a/PCbuild/python20.dsp b/PCbuild/python20.dsp index 587be0a..e8e324c 100644 --- a/PCbuild/python20.dsp +++ b/PCbuild/python20.dsp @@ -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"
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index becfa98..1de1660 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -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 |