From: Tim Peters Date: Tue, 15 Jan 2002 22:34:58 +0000 (+0000) Subject: Assorted Windows tweaks to change the release from 2.1.2c1 to 2.1.2. X-Git-Tag: v2.1.2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d73f1fd873082fd26e8674df699dea45cd4ddb85;p=thirdparty%2FPython%2Fcpython.git Assorted Windows tweaks to change the release from 2.1.2c1 to 2.1.2. I have nothing else I intend to check in for 2.1.2 final. --- diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index 1a7de2f7e126..68e64f479aaa 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 31 2.1.2 final + 16-Jan-2002 30 2.1.2c1 10-Jan-2002 20 2.1.1 diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index adb1ab9a404b..b1796bfb7b60 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -1,7 +1,7 @@ Document Type: WSE item: Global Version=8.14 - Title=Python 2.1.2 release candidate 1 + Title=Python 2.1.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.1.2c1.exe + EXE Filename=Python-2.1.2.exe Dialogs Version=8 - Version File=2.1.2c1 + Version File=2.1.2 Version Description=Python Programming Language Version Copyright=©2002 Python Software Foundation Version Company=PythonLabs at Zope Corporation @@ -64,7 +64,7 @@ item: Global end item: Set Variable Variable=PYVER_STRING - Value=2.1.2c1 + Value=2.1.2 end item: Remark end diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index 66163dfc8b55..063e3f2cbca5 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=30 +# ADD CPP /D BUILD=31 !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug" -# ADD CPP /D BUILD=30 +# ADD CPP /D BUILD=31 !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"