diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-09-06 16:33:17 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-09-06 16:33:17 (GMT) |
commit | 745e366b4b688643d47fe22a38c9384c0792613a (patch) | |
tree | 90424001c4c183890012643b6303053a5aa749e7 /PCbuild | |
parent | 396ca574ddf6cf0df390166d450d67d5d57f5884 (diff) | |
download | cpython-745e366b4b688643d47fe22a38c9384c0792613a.zip cpython-745e366b4b688643d47fe22a38c9384c0792613a.tar.gz cpython-745e366b4b688643d47fe22a38c9384c0792613a.tar.bz2 |
Bump Windows buildno (installer changes were made earlier).
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/BUILDno.txt | 2 | ||||
-rw-r--r-- | PCbuild/pythoncore.dsp | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index 9e2ef90..7d6938f 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 23 2.2a3 + 07-Sep-2001 22 2.2a2 22-Aug-2001 21 2.2a1 diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index 811c455..74e98b0 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=22
+# ADD CPP /D BUILD=23
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
-# ADD CPP /D BUILD=22
+# ADD CPP /D BUILD=23
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
|