]> granicus.if.org Git - python/commitdiff
Bump Windows resource version macro for 2.3 final.
authorTim Peters <tim.peters@gmail.com>
Tue, 29 Jul 2003 00:08:01 +0000 (00:08 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 29 Jul 2003 00:08:01 +0000 (00:08 +0000)
PC/python_nt.rc

index 084577fdb98030c3e37bc5d8c0e552c537609ba0..5ef9552c5e1cfc8ef61975371918d973caa0e4bf 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.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