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/pythoncore.dsp | |
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/pythoncore.dsp')
-rw-r--r-- | PCbuild/pythoncore.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
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"
|