diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-12-14 23:16:18 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-12-14 23:16:18 (GMT) |
commit | 909c091646d5b0cbd0c6a67a9e6cce0cca2b9122 (patch) | |
tree | 41e0b6379005099b4044d80de1806e7042ed3a25 /PCbuild/pythoncore.dsp | |
parent | 2c391152402d91d8f2109361858262c6aad9b79f (diff) | |
download | cpython-909c091646d5b0cbd0c6a67a9e6cce0cca2b9122.zip cpython-909c091646d5b0cbd0c6a67a9e6cce0cca2b9122.tar.gz cpython-909c091646d5b0cbd0c6a67a9e6cce0cca2b9122.tar.bz2 |
Post-release fiddling -- prep for 2.2 final.
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 7241ec2..4cd6330 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=27
+# ADD CPP /D BUILD=28
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
-# ADD CPP /D BUILD=27
+# ADD CPP /D BUILD=28
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
|