diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-03-01 02:43:40 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-03-01 02:43:40 (GMT) |
commit | 5f850ab47fc8e597b52d8a9da3d5631961b41215 (patch) | |
tree | 0c0407d82b10567b0c661b582ccccf5f3c4170ae /PCbuild | |
parent | 1eff79674bf63b1bdfb256d686fb0c270e748fe5 (diff) | |
download | cpython-5f850ab47fc8e597b52d8a9da3d5631961b41215.zip cpython-5f850ab47fc8e597b52d8a9da3d5631961b41215.tar.gz cpython-5f850ab47fc8e597b52d8a9da3d5631961b41215.tar.bz2 |
Prepare Windows for 2.1 beta 1: installer dialogs and bump "build number".
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/BUILDno.txt | 2 | ||||
-rw-r--r-- | PCbuild/python20.wse | 6 | ||||
-rw-r--r-- | PCbuild/pythoncore.dsp | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index 34a9ffa..7de90bd 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 11 2.1b1 + 28-Feb-2001 10 2.1a2 1-Feb-2001 9 2.1a1 diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 1568c14..9e28fed 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 alpha 2 + Title=Python 2.1 beta 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.1 alpha 2 + Value=Python 2.1 beta 1 end item: Set Variable Variable=GROUP @@ -72,7 +72,7 @@ item: Set Variable end item: Set Variable Variable=PY_VERSION - Value=2.1a2 + Value=2.1b1 end item: Set Variable Variable=MAINDIR diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index 70f45e5..64c661c 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=10
+# ADD CPP /D BUILD=11
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
-# ADD CPP /D BUILD=10
+# ADD CPP /D BUILD=11
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
|