diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-10-18 15:19:38 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-10-18 15:19:38 (GMT) |
commit | 5a9d16b90f87fc4191b7a68865c2e73f6c3d8511 (patch) | |
tree | 8a8a29469f715c5d3a14b171dc1c83d7fdb5a136 | |
parent | ca836f7e6541ed74789333ef5d487143eaa28896 (diff) | |
download | cpython-5a9d16b90f87fc4191b7a68865c2e73f6c3d8511.zip cpython-5a9d16b90f87fc4191b7a68865c2e73f6c3d8511.tar.gz cpython-5a9d16b90f87fc4191b7a68865c2e73f6c3d8511.tar.bz2 |
Bump Windows build # for 2.2b1.
-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 b0c65a3..fa8e51c 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 25 2.2b1 + 19-Oct-2001 24 2.2a4 28-Sep-2001 23 2.2a3 diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index e07cd32..e4e49ea 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=24
+# ADD CPP /D BUILD=25
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
-# ADD CPP /D BUILD=24
+# ADD CPP /D BUILD=25
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
|