]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update the windows version resource for 2.3.1.
authorThomas Heller <theller@ctypes.org>
Tue, 23 Sep 2003 20:25:43 +0000 (20:25 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 23 Sep 2003 20:25:43 +0000 (20:25 +0000)
PC/python_nt.rc

index c2d1d9e2783e59ba977d58260e41383c55feafd1..39419593408bedea73889a817285519e17c2d008 100644 (file)
  * 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.3,
- * PY_MICRO_VERSION = 0
+ * For 2.3.1,
+ * PY_MICRO_VERSION = 1
  * PY_RELEASE_LEVEL = 'final' = 0xf
  * PY_RELEASE_SERIAL = 0
  *
- * and 0*1000 + 15*10 + 0 = 150
+ * and 1*1000 + 15*10 + 0 = 1150
  */
-#define FIELD3 150
+#define FIELD3 1150
 
 /* e.g., 2.1a2
  * PY_VERSION comes from patchevel.h