From 30b2e2cba0a4393a2ab89e5116dc30f9c4802b39 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Wed, 1 Oct 2003 17:35:07 +0000 Subject: Prepare for the release of 2.3.2. I hope 3-Oct-2003 will be the release date. --- PC/python_nt.rc | 10 +++++----- PCbuild/BUILDno.txt | 2 ++ PCbuild/pythoncore.dsp | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 597d99f..52d5924 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -33,14 +33,14 @@ * but that neither gives an error nor comes anywhere close to working. The * following comment and #define are output from PCbuild\field3.py: * - * For 2.3.2c1, + * For 2.3.2, * PY_MICRO_VERSION = 2 - * PY_RELEASE_LEVEL = 'candidate' = 0xc - * PY_RELEASE_SERIAL = 1 + * PY_RELEASE_LEVEL = 'final' = 0xf + * PY_RELEASE_SERIAL = 0 * - * and 2*1000 + 12*10 + 1 = 2121 + * and 2*1000 + 15*10 + 0 = 2150 */ -#define FIELD3 2121 +#define FIELD3 2150 /* e.g., 2.1a2 * PY_VERSION comes from patchevel.h diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index 7f79684..473c80b 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 49 2.3.2 (final) + 3-Oct-2003 48 2.3.2c1 30-Sep-2003 47 2.3.1 (final) diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index f0aaece..991e96f 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -258,7 +258,7 @@ SOURCE=..\Python\getargs.c # Begin Source File SOURCE=..\Modules\getbuildinfo.c -# ADD CPP /D BUILD=48 +# ADD CPP /D BUILD=49 # End Source File # Begin Source File -- cgit v0.12