diff options
author | Tim Peters <tim.peters@gmail.com> | 2000-10-14 07:35:15 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2000-10-14 07:35:15 (GMT) |
commit | 686924528cffa2555ffbdaad9e57375c37611779 (patch) | |
tree | 4be8f2072318eb16111d6e2f12d1ce7c68884efa /PCbuild/python20.dsp | |
parent | 89fb03524842f88b1f1301148483b5050bbc9826 (diff) | |
download | cpython-686924528cffa2555ffbdaad9e57375c37611779.zip cpython-686924528cffa2555ffbdaad9e57375c37611779.tar.gz cpython-686924528cffa2555ffbdaad9e57375c37611779.tar.bz2 |
Prep the Windows installer for 2.0 final:
+ Bump the build number.
+ Changed app name in installer dialogs.
+ Fiddled dialogs to repair grammar and get rid of anachronisms (e.g.,
"ProgMan" and "Program Manager" haven't made sense since Windows 3.1!).
Diffstat (limited to 'PCbuild/python20.dsp')
-rw-r--r-- | PCbuild/python20.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/python20.dsp b/PCbuild/python20.dsp index e8e324c..ac2d03d 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=7
+# ADD CPP /D BUILD=8
!ELSEIF "$(CFG)" == "python20 - Win32 Debug"
-# ADD CPP /D BUILD=7
+# ADD CPP /D BUILD=8
!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|