mirror of
https://github.com/python/cpython
synced 2026-09-27 05:18:16 +03:00
Bump Windows build # for 2.2b1.
This commit is contained in:
parent
ca836f7e65
commit
5a9d16b90f
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue