From: Tim Peters Date: Mon, 14 Oct 2002 15:07:34 +0000 (+0000) Subject: Update FIELD3 of Windows 64-bit binary version # for 2.2.2. X-Git-Tag: v2.2.2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b20643d03c40057dd48cdc8165a81d26d1a20631;p=thirdparty%2FPython%2Fcpython.git Update FIELD3 of Windows 64-bit binary version # for 2.2.2. --- diff --git a/PC/python_nt.rc b/PC/python_nt.rc index c181ecc81b1e..39a9f52a60d8 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.2b1, + * For 2.2.2, * PY_MICRO_VERSION = 2 - * PY_RELEASE_LEVEL = 'beta' = 0xb - * PY_RELEASE_SERIAL = 1 + * PY_RELEASE_LEVEL = 'final' = 0xf + * PY_RELEASE_SERIAL = 0 * - * and 2*1000 + 11*10 + 1 = 2111 + * and 2*1000 + 15*10 + 0 = 2150 */ -#define FIELD3 2111 +#define FIELD3 2150 /* e.g., 2.1a2 * PY_VERSION comes from patchevel.h