summaryrefslogtreecommitdiff
path: root/PC/python_nt.rc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-02-18 21:58:53 +0000
committerTim Peters <tim.peters@gmail.com>2003-02-18 21:58:53 +0000
commit1441cf9dfc35882bf7be9786b0160c04375b5313 (patch)
treec514b3999e5f4c98abfb5faabf1a29f94775106d /PC/python_nt.rc
parente12dcd7ff4d0cf76cd82284d90a397db21225bd6 (diff)
downloadcpython-git-1441cf9dfc35882bf7be9786b0160c04375b5313.tar.gz
Bump version # to 2.3a2.
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 08993b974e..69415cac24 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.3a0,
+ * For 2.3a2,
* PY_MICRO_VERSION = 0
* PY_RELEASE_LEVEL = 'alpha' = 0xa
- * PY_RELEASE_SERIAL = 1
+ * PY_RELEASE_SERIAL = 2
*
- * and 0*1000 + 10*10 + 1 = 101
+ * and 0*1000 + 10*10 + 2 = 102
*/
-#define FIELD3 101
+#define FIELD3 102
/* e.g., 2.1a2
* PY_VERSION comes from patchevel.h