From: Thomas Heller Date: Tue, 23 Sep 2003 20:25:43 +0000 (+0000) Subject: Update the windows version resource for 2.3.1. X-Git-Tag: v2.3.1~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3daf1589a074a7dc5ba061e8fc9c3e9f90b202ac;p=thirdparty%2FPython%2Fcpython.git Update the windows version resource for 2.3.1. --- 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