From: Tim Peters Date: Mon, 25 Sep 2000 21:55:28 +0000 (+0000) Subject: Bump Windows "build number" to 6. X-Git-Tag: v2.0b2~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1fcc81a01c344ecad52156adb4a327bc2a005ea;p=python Bump Windows "build number" to 6. Note that somebody still needs to change the interpreter to say "2.0b2"; I'm assuming that's a normal part of somebody's Unix release checklist. --- diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index 3308a2b6c1..702370ad75 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 6 2.0b2 + 26-Sep-2000 5 CVS development 07-Sep-2000 4 2.0b1 repaired to include Lib\xml + Lib\lib-old + Lib\test\*.xml diff --git a/PCbuild/python20.dsp b/PCbuild/python20.dsp index f6e21139df..587be0a275 100644 --- a/PCbuild/python20.dsp +++ b/PCbuild/python20.dsp @@ -694,11 +694,11 @@ SOURCE=..\Modules\getbuildinfo.c !IF "$(CFG)" == "python20 - Win32 Release" -# ADD CPP /D BUILD=5 +# ADD CPP /D BUILD=6 !ELSEIF "$(CFG)" == "python20 - Win32 Debug" -# ADD CPP /D BUILD=5 +# ADD CPP /D BUILD=6 !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"