From: Tim Peters Date: Tue, 29 Jul 2003 00:25:20 +0000 (+0000) Subject: Repaired botched release serial number. X-Git-Tag: v2.3.1~205 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=342aab1c48015d5f227707ff9376b891ee4b53da;p=python Repaired botched release serial number. --- diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 5ef9552c5e..c2d1d9e278 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -36,11 +36,11 @@ * For 2.3, * PY_MICRO_VERSION = 0 * PY_RELEASE_LEVEL = 'final' = 0xf - * PY_RELEASE_SERIAL = 2 + * PY_RELEASE_SERIAL = 0 * - * and 0*1000 + 15*10 + 2 = 152 + * and 0*1000 + 15*10 + 0 = 150 */ -#define FIELD3 152 +#define FIELD3 150 /* e.g., 2.1a2 * PY_VERSION comes from patchevel.h