diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-12-13 19:34:00 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-12-13 19:34:00 (GMT) |
commit | 6272dfd99fb02d80a96f1d0928d1488ee164536a (patch) | |
tree | 3cd1dc0e7f2b81583f4971c208987e4ff4f7c09b | |
parent | 5f2931919783e875424a24f8e988e7255464a078 (diff) | |
download | cpython-6272dfd99fb02d80a96f1d0928d1488ee164536a.zip cpython-6272dfd99fb02d80a96f1d0928d1488ee164536a.tar.gz cpython-6272dfd99fb02d80a96f1d0928d1488ee164536a.tar.bz2 |
Update Windows buildno for 2.2c1.
Update 2.2c1 release data in NEWS.
-rw-r--r-- | Misc/NEWS | 4 | ||||
-rw-r--r-- | PCbuild/BUILDno.txt | 2 | ||||
-rw-r--r-- | PCbuild/pythoncore.dsp | 4 |
3 files changed, 6 insertions, 4 deletions
@@ -1,5 +1,5 @@ -What's New in Python 2.2c1 -XXX Release date: ??-Dec-2001 XXX +What's New in Python 2.2c1? +Release date: 14-Dec-2001 =========================== Type/class unification and new-style classes diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index acea5fe..3c95b73 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 27 2.2c1 + 14-Dec-2001 26 2.2b2 16-Nov-2001 25 2.2b1 diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index afb2a98..7241ec2 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=26
+# ADD CPP /D BUILD=27
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
-# ADD CPP /D BUILD=26
+# ADD CPP /D BUILD=27
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
|