Skip to content

Commit 342aab1

Browse files
committed
Repaired botched release serial number.
1 parent f7e6091 commit 342aab1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PC/python_nt.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
* For 2.3,
3737
* PY_MICRO_VERSION = 0
3838
* PY_RELEASE_LEVEL = 'final' = 0xf
39-
* PY_RELEASE_SERIAL = 2
39+
* PY_RELEASE_SERIAL = 0
4040
*
41-
* and 0*1000 + 15*10 + 2 = 152
41+
* and 0*1000 + 15*10 + 0 = 150
4242
*/
43-
#define FIELD3 152
43+
#define FIELD3 150
4444

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

0 commit comments

Comments
 (0)