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/BUILDno.txt | |
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/BUILDno.txt')
-rw-r--r-- | PCbuild/BUILDno.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index a4643cc..8b7fefb 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -27,12 +27,14 @@ How to change the Windows build number: + Click OK. + This is not enough to convince MSDev to recompile getbuildinfo.c, so force that and relink. -+ Verify that the new build number shows up in both release and debug ++ Verify that the new build number shows up in both release and debug builds. Windows Python BUILD numbers ---------------------------- + 8 2.0 (final) + 14-Oct-2000 7 2.0c1 07-Oct-2000 6 2.0b2 |