Skip to content

Commit 6cb2e0d

Browse files
committed
Bump Windows resource version macro for 2.3 final.
1 parent 2f99ae5 commit 6cb2e0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PC/python_nt.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
* but that neither gives an error nor comes anywhere close to working. The
3434
* following comment and #define are output from PCbuild\field3.py:
3535
*
36-
* For 2.3c2,
36+
* For 2.3,
3737
* PY_MICRO_VERSION = 0
38-
* PY_RELEASE_LEVEL = 'candidate' = 0xc
38+
* PY_RELEASE_LEVEL = 'final' = 0xf
3939
* PY_RELEASE_SERIAL = 2
4040
*
41-
* and 0*1000 + 12*10 + 2 = 122
41+
* and 0*1000 + 15*10 + 2 = 152
4242
*/
43-
#define FIELD3 122
43+
#define FIELD3 152
4444

4545
/* e.g., 2.1a2
4646
* PY_VERSION comes from patchevel.h

0 commit comments

Comments
 (0)