summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-07-29 00:25:20 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-07-29 00:25:20 (GMT)
commit342aab1c48015d5f227707ff9376b891ee4b53da (patch)
tree5c1ce1434f2c2099e77adc036d6c12369e54fa45 /PC
parentf7e609140e9bca3da3193f121d5ee5bcb974eb61 (diff)
downloadcpython-342aab1c48015d5f227707ff9376b891ee4b53da.zip
cpython-342aab1c48015d5f227707ff9376b891ee4b53da.tar.gz
cpython-342aab1c48015d5f227707ff9376b891ee4b53da.tar.bz2
Repaired botched release serial number.
Diffstat (limited to 'PC')
-rw-r--r--PC/python_nt.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc
index 5ef9552..c2d1d9e 100644
--- a/PC/python_nt.rc
+++ b/PC/python_nt.rc
@@ -36,11 +36,11 @@
* 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