From: Thomas Heller Date: Wed, 1 Oct 2003 17:35:07 +0000 (+0000) Subject: Prepare for the release of 2.3.2. X-Git-Tag: v2.3.2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30b2e2cba0a4393a2ab89e5116dc30f9c4802b39;p=thirdparty%2FPython%2Fcpython.git Prepare for the release of 2.3.2. I hope 3-Oct-2003 will be the release date. --- diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 597d99feabdf..52d5924e3dcb 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 7f796842ccc1..473c80bf002c 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 f0aaece1073b..991e96fb8064 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