]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update the Windows DLL resource info for 2.2.3.
authorTim Peters <tim.peters@gmail.com>
Fri, 30 May 2003 16:01:58 +0000 (16:01 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 30 May 2003 16:01:58 +0000 (16:01 +0000)
PC/python_nt.rc

index 6c0b4ab051aa211edce5ad088d67ac27fa3b9488..1eb695009cf67e4d2760f1c0c746b6921f2f7b51 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.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