From 3411f572aaafcc139dc7a4ee9d05a02e00afa5e8 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 10 Jan 2002 19:57:21 +0000 Subject: [PATCH] Update Windows build number for 2.1.2c1. --- PCbuild/BUILDno.txt | 2 ++ PCbuild/pythoncore.dsp | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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" -- 2.47.3