From: Tim Peters Date: Thu, 10 Jan 2002 19:57:21 +0000 (+0000) Subject: Update Windows build number for 2.1.2c1. X-Git-Tag: v2.1.2~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3411f572aaafcc139dc7a4ee9d05a02e00afa5e8;p=thirdparty%2FPython%2Fcpython.git Update Windows build number for 2.1.2c1. --- diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index e8c1595f9622..1a7de2f7e126 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 30 2.1.2c1 + 10-Jan-2002 20 2.1.1 20-Jul-2001 19 2.1.1c1 diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index 36c680b1b921..66163dfc8b55 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=20 +# ADD CPP /D BUILD=30 !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug" -# ADD CPP /D BUILD=20 +# ADD CPP /D BUILD=30 !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"