]> granicus.if.org Git - python/commitdiff
Repaired botched release serial number.
authorTim Peters <tim.peters@gmail.com>
Tue, 29 Jul 2003 00:25:20 +0000 (00:25 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 29 Jul 2003 00:25:20 +0000 (00:25 +0000)
PC/python_nt.rc

index 5ef9552c5e1cfc8ef61975371918d973caa0e4bf..c2d1d9e2783e59ba977d58260e41383c55feafd1 100644 (file)
  * For 2.3,
  * PY_MICRO_VERSION = 0
  * PY_RELEASE_LEVEL = 'final' = 0xf
- * PY_RELEASE_SERIAL = 2
+ * PY_RELEASE_SERIAL = 0
  *
- * and 0*1000 + 15*10 + 2 = 152
+ * and 0*1000 + 15*10 + 0 = 150
  */
-#define FIELD3 152
+#define FIELD3 150
 
 /* e.g., 2.1a2
  * PY_VERSION comes from patchevel.h