From: Tim Peters Date: Tue, 29 Jul 2003 00:08:01 +0000 (+0000) Subject: Bump Windows resource version macro for 2.3 final. X-Git-Tag: v2.3.1~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6cb2e0d5543a3940e59cd0100ed6b6bf65132086;p=python Bump Windows resource version macro for 2.3 final. --- diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 084577fdb9..5ef9552c5e 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.3c2, + * For 2.3, * PY_MICRO_VERSION = 0 - * PY_RELEASE_LEVEL = 'candidate' = 0xc + * PY_RELEASE_LEVEL = 'final' = 0xf * PY_RELEASE_SERIAL = 2 * - * and 0*1000 + 12*10 + 2 = 122 + * and 0*1000 + 15*10 + 2 = 152 */ -#define FIELD3 122 +#define FIELD3 152 /* e.g., 2.1a2 * PY_VERSION comes from patchevel.h