diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-04-16 18:20:30 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-04-16 18:20:30 (GMT) |
commit | dd37dace874c8b5b28673dac211b735506aa851a (patch) | |
tree | 5fe2d1982529eea5c9d8df04b4a042340db9bd52 | |
parent | a490d5856dc0bcfbb286feb76dbc5e7a4edddef8 (diff) | |
download | cpython-dd37dace874c8b5b28673dac211b735506aa851a.zip cpython-dd37dace874c8b5b28673dac211b735506aa851a.tar.gz cpython-dd37dace874c8b5b28673dac211b735506aa851a.tar.bz2 |
Update Windows installer & buildno for 2.1 final.
-rw-r--r-- | PCbuild/BUILDno.txt | 2 | ||||
-rw-r--r-- | PCbuild/python20.wse | 4 | ||||
-rw-r--r-- | PCbuild/pythoncore.dsp | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index 0e19768..fbde8b9 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 15 2.1 + 16-Apr-2001 14 2.1c2 15-Apr-2001 13 2.1c1 diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index dbe1e54..deb4cc7 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -1,7 +1,7 @@ Document Type: WSE item: Global Version=5.0 - Title=Python 2.1 release candidate 2 + Title=Python 2.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 @@ -66,7 +66,7 @@ item: End Block end item: Set Variable Variable=APPTITLE - Value=Python 2.1 release candidate 2 + Value=Python 2.1 end item: Set Variable Variable=GROUP diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index 4d95a12..b33e482 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -739,11 +739,11 @@ SOURCE=..\Modules\getbuildinfo.c !IF "$(CFG)" == "pythoncore - Win32 Release"
-# ADD CPP /D BUILD=14
+# ADD CPP /D BUILD=15
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
-# ADD CPP /D BUILD=14
+# ADD CPP /D BUILD=15
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
|