Bump Windows resource version macro for 2.3 final.

This commit is contained in:
Tim Peters 2003-07-29 00:08:01 +00:00
parent 2f99ae5f70
commit 6cb2e0d554

View file

@ -33,14 +33,14 @@
* but that neither gives an error nor comes anywhere close to working. The * but that neither gives an error nor comes anywhere close to working. The
* following comment and #define are output from PCbuild\field3.py: * following comment and #define are output from PCbuild\field3.py:
* *
* For 2.3c2, * For 2.3,
* PY_MICRO_VERSION = 0 * PY_MICRO_VERSION = 0
* PY_RELEASE_LEVEL = 'candidate' = 0xc * PY_RELEASE_LEVEL = 'final' = 0xf
* PY_RELEASE_SERIAL = 2 * PY_RELEASE_SERIAL = 2
* *
* and 0*1000 + 12*10 + 2 = 122 * and 0*1000 + 15*10 + 2 = 152
*/ */
#define FIELD3 122 #define FIELD3 152
/* e.g., 2.1a2 /* e.g., 2.1a2
* PY_VERSION comes from patchevel.h * PY_VERSION comes from patchevel.h