diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-11-15 19:50:51 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-11-15 19:50:51 (GMT) |
commit | 330bdfe3358daa90e12da47ec25df41bb46b9633 (patch) | |
tree | c065c706cd50ac2e555cca4a89e57e18d8f00d53 /PCbuild/pythoncore.dsp | |
parent | bc1491f60f3ccfb3085f5d12ec3d3ff081191f06 (diff) | |
download | cpython-330bdfe3358daa90e12da47ec25df41bb46b9633.zip cpython-330bdfe3358daa90e12da47ec25df41bb46b9633.tar.gz cpython-330bdfe3358daa90e12da47ec25df41bb46b9633.tar.bz2 |
Bump Windows buildno for 2.2b2.
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 9e6591f..afb2a98 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=25
+# ADD CPP /D BUILD=26
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
-# ADD CPP /D BUILD=25
+# ADD CPP /D BUILD=26
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
|