diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-09-27 16:28:15 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-09-27 16:28:15 (GMT) |
commit | 30bff63958c4aaa867aef686c4d1520c99d4f13d (patch) | |
tree | 4b8c877aa720547fd2f749d7cd165d983428c82a /PCbuild/pythoncore.dsp | |
parent | baacc08ead3427721a59990de19785f0fbba4a50 (diff) | |
download | cpython-30bff63958c4aaa867aef686c4d1520c99d4f13d.zip cpython-30bff63958c4aaa867aef686c4d1520c99d4f13d.tar.gz cpython-30bff63958c4aaa867aef686c4d1520c99d4f13d.tar.bz2 |
Bump Windows build numbers for 2.2a4; installer changes were done earlier.
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 74e98b0..48949cd 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -724,11 +724,11 @@ SOURCE=..\Modules\getbuildinfo.c !IF "$(CFG)" == "pythoncore - Win32 Release"
-# ADD CPP /D BUILD=23
+# ADD CPP /D BUILD=24
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
-# ADD CPP /D BUILD=23
+# ADD CPP /D BUILD=24
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
|