From 6cb2e0d5543a3940e59cd0100ed6b6bf65132086 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Tue, 29 Jul 2003 00:08:01 +0000 Subject: [PATCH] Bump Windows resource version macro for 2.3 final. --- PC/python_nt.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 084577fdb98..5ef9552c5e1 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