summaryrefslogtreecommitdiff
path: root/PC/python_nt.rc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-07-24 00:15:46 +0000
committerTim Peters <tim.peters@gmail.com>2003-07-24 00:15:46 +0000
commit82c84ae77d07e8ea7c6030f22edcef0c57aeee0a (patch)
tree993e20ea7302f6550fcb910d69ee3b8c15cebfec /PC/python_nt.rc
parentc0b11d0473adc1d2d99d1be00b538ee8004e826a (diff)
downloadcpython-82c84ae77d07e8ea7c6030f22edcef0c57aeee0a.tar.gz
Update version numbers and dates for 2.3c2 -- we won't be able to do this
during the day tomorrow, so doing it earlier than I'd like.
Diffstat (limited to 'PC/python_nt.rc')
-rw-r--r--PC/python_nt.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc
index 45a921db50..084577fdb9 100644
--- a/PC/python_nt.rc
+++ b/PC/python_nt.rc
@@ -33,14 +33,14 @@
* 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.3c1,
+ * For 2.3c2,
* PY_MICRO_VERSION = 0
* PY_RELEASE_LEVEL = 'candidate' = 0xc
- * PY_RELEASE_SERIAL = 1
+ * PY_RELEASE_SERIAL = 2
*
- * and 0*1000 + 12*10 + 1 = 121
+ * and 0*1000 + 12*10 + 2 = 122
*/
-#define FIELD3 121
+#define FIELD3 122
/* e.g., 2.1a2
* PY_VERSION comes from patchevel.h