diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-08-19 00:56:28 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-08-19 00:56:28 (GMT) |
commit | a6b9e3c814d4fed1ef20f82a7eb95f8c805567b2 (patch) | |
tree | c400f23e8a06f4258784e7935c306570394e78b3 /PCbuild/pythoncore.dsp | |
parent | a92d16aaec1dc3c0d2e54c27516853b3e1bbd96a (diff) | |
download | cpython-a6b9e3c814d4fed1ef20f82a7eb95f8c805567b2.zip cpython-a6b9e3c814d4fed1ef20f82a7eb95f8c805567b2.tar.gz cpython-a6b9e3c814d4fed1ef20f82a7eb95f8c805567b2.tar.bz2 |
Windows fiddling for 2.2a2: bump build number; update copyright and
company info in resource files; change installer strings to match.
This belongs in the release branch too, of course.
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 4995cae..09525f2 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=21
+# ADD CPP /D BUILD=22
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
-# ADD CPP /D BUILD=21
+# ADD CPP /D BUILD=22
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
|