summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PC/python_nt.rc8
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