Bump Windows build # for 2.2b1.

This commit is contained in:
Tim Peters 2001-10-18 15:19:38 +00:00
parent ca836f7e65
commit 5a9d16b90f
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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"