* 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.2.3c1,
+ * For 2.2.3,
* PY_MICRO_VERSION = 3
- * PY_RELEASE_LEVEL = 'candidate' = 0xc
- * PY_RELEASE_SERIAL = 1
+ * PY_RELEASE_LEVEL = 'final' = 0xf
+ * PY_RELEASE_SERIAL = 0
*
- * and 3*1000 + 12*10 + 1 = 3121
+ * and 3*1000 + 15*10 + 0 = 3150
*/
-#define FIELD3 3121
+#define FIELD3 3150
/* e.g., 2.1a2
* PY_VERSION comes from patchevel.h