diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-04-12 04:01:39 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-04-12 04:01:39 (GMT) |
commit | fd09e86109605e9070b3b9e0b24c7a173b28bb0e (patch) | |
tree | 06b67c7f42e78cd8c61a48b9288c66a59af887d5 /PCbuild/pythoncore.dsp | |
parent | db7657d4e00eabb110e245c9d39464ebb1feb8ae (diff) | |
download | cpython-fd09e86109605e9070b3b9e0b24c7a173b28bb0e.zip cpython-fd09e86109605e9070b3b9e0b24c7a173b28bb0e.tar.gz cpython-fd09e86109605e9070b3b9e0b24c7a173b28bb0e.tar.bz2 |
Update Windows build # and installer for 2.1c1.
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 f26356d..53b0e4f 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=12
+# ADD CPP /D BUILD=13
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
-# ADD CPP /D BUILD=12
+# ADD CPP /D BUILD=13
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
|