From 3daf1589a074a7dc5ba061e8fc9c3e9f90b202ac Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Tue, 23 Sep 2003 20:25:43 +0000 Subject: [PATCH] Update the windows version resource for 2.3.1. --- 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 c2d1d9e2783e..39419593408b 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, - * PY_MICRO_VERSION = 0 + * For 2.3.1, + * PY_MICRO_VERSION = 1 * PY_RELEASE_LEVEL = 'final' = 0xf * PY_RELEASE_SERIAL = 0 * - * and 0*1000 + 15*10 + 0 = 150 + * and 1*1000 + 15*10 + 0 = 1150 */ -#define FIELD3 150 +#define FIELD3 1150 /* e.g., 2.1a2 * PY_VERSION comes from patchevel.h -- 2.47.3