From 43825132d3eefbd26b913be762d11a0872f242e4 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Fri, 30 May 2003 16:01:58 +0000 Subject: [PATCH] Update the Windows DLL resource info for 2.2.3. --- PC/python_nt.rc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 6c0b4ab051aa..1eb695009cf6 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -34,14 +34,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.2.3c1, + * For 2.2.3, * PY_MICRO_VERSION = 3 - * PY_RELEASE_LEVEL = 'candidate' = 0xc - * PY_RELEASE_SERIAL = 1 + * PY_RELEASE_LEVEL = 'final' = 0xf + * PY_RELEASE_SERIAL = 0 * - * and 3*1000 + 12*10 + 1 = 3121 + * and 3*1000 + 15*10 + 0 = 3150 */ -#define FIELD3 3121 +#define FIELD3 3150 /* e.g., 2.1a2 * PY_VERSION comes from patchevel.h -- 2.47.3