diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-12-14 23:16:18 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-12-14 23:16:18 (GMT) |
commit | 909c091646d5b0cbd0c6a67a9e6cce0cca2b9122 (patch) | |
tree | 41e0b6379005099b4044d80de1806e7042ed3a25 /PCbuild | |
parent | 2c391152402d91d8f2109361858262c6aad9b79f (diff) | |
download | cpython-909c091646d5b0cbd0c6a67a9e6cce0cca2b9122.zip cpython-909c091646d5b0cbd0c6a67a9e6cce0cca2b9122.tar.gz cpython-909c091646d5b0cbd0c6a67a9e6cce0cca2b9122.tar.bz2 |
Post-release fiddling -- prep for 2.2 final.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/BUILDno.txt | 2 | ||||
-rw-r--r-- | PCbuild/python20.wse | 8 | ||||
-rw-r--r-- | PCbuild/pythoncore.dsp | 4 |
3 files changed, 8 insertions, 6 deletions
diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index 3c95b73..37937ab 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 28 2.2 final + 21-Dec-2001 TENTATIVE 27 2.2c1 14-Dec-2001 26 2.2b2 diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 2180d9d..7b81327 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -1,7 +1,7 @@ Document Type: WSE item: Global Version=8.14 - Title=Python 2.2 release candidate 1 + Title=Python 2.2 Flags=00010100 Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Japanese Font Name=MS Gothic @@ -18,9 +18,9 @@ item: Global Patch Flags=0000000000001001 Patch Threshold=85 Patch Memory=4000 - EXE Filename=Python-2.2c1.exe + EXE Filename=Python-2.2.exe Dialogs Version=8 - Version File=2.2c1 + Version File=2.2 Version Description=Python Programming Language Version Copyright=©2001 Python Software Foundation Version Company=PythonLabs at Zope Corporation @@ -64,7 +64,7 @@ item: Global end item: Set Variable Variable=PYVER_STRING - Value=2.2c1 + Value=2.2 end item: Remark end diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index 7241ec2..4cd6330 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=27
+# ADD CPP /D BUILD=28
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
-# ADD CPP /D BUILD=27
+# ADD CPP /D BUILD=28
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
|