Kaydet (Commit) 6272dfd9 authored tarafından Tim Peters's avatar Tim Peters

Update Windows buildno for 2.2c1.

Update 2.2c1 release data in NEWS.
üst 5f293191
What's New in Python 2.2c1 What's New in Python 2.2c1?
XXX Release date: ??-Dec-2001 XXX Release date: 14-Dec-2001
=========================== ===========================
Type/class unification and new-style classes Type/class unification and new-style classes
......
...@@ -33,6 +33,8 @@ How to change the Windows build number: ...@@ -33,6 +33,8 @@ How to change the Windows build number:
Windows Python BUILD numbers Windows Python BUILD numbers
---------------------------- ----------------------------
27 2.2c1
14-Dec-2001
26 2.2b2 26 2.2b2
16-Nov-2001 16-Nov-2001
25 2.2b1 25 2.2b1
......
...@@ -739,11 +739,11 @@ SOURCE=..\Modules\getbuildinfo.c ...@@ -739,11 +739,11 @@ SOURCE=..\Modules\getbuildinfo.c
!IF "$(CFG)" == "pythoncore - Win32 Release" !IF "$(CFG)" == "pythoncore - Win32 Release"
# ADD CPP /D BUILD=26 # ADD CPP /D BUILD=27
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
# ADD CPP /D BUILD=26 # ADD CPP /D BUILD=27
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug" !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment