diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-07-29 00:08:01 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-07-29 00:08:01 (GMT) |
commit | 6cb2e0d5543a3940e59cd0100ed6b6bf65132086 (patch) | |
tree | 81a8dadd971c648d8bf87e24405878898a87f996 /PC | |
parent | 2f99ae5f700c73e7525fc2745fc557dfafbf700a (diff) | |
download | cpython-6cb2e0d5543a3940e59cd0100ed6b6bf65132086.zip cpython-6cb2e0d5543a3940e59cd0100ed6b6bf65132086.tar.gz cpython-6cb2e0d5543a3940e59cd0100ed6b6bf65132086.tar.bz2 |
Bump Windows resource version macro for 2.3 final.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/python_nt.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 084577f..5ef9552 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.3c2, + * For 2.3, * PY_MICRO_VERSION = 0 - * PY_RELEASE_LEVEL = 'candidate' = 0xc + * PY_RELEASE_LEVEL = 'final' = 0xf * 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 * PY_VERSION comes from patchevel.h |