summaryrefslogtreecommitdiff
path: root/PC/python_nt.rc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-04-24 16:45:34 +0000
committerTim Peters <tim.peters@gmail.com>2003-04-24 16:45:34 +0000
commitd2a05ab2a7276130286a8b09c7bf05e1bd458566 (patch)
tree0a089f38862e3efc5d3a96ae81d6570e0550978b /PC/python_nt.rc
parent8f7483b3f3d14562d0001fa07f1aa00d6adc6076 (diff)
downloadcpython-d2a05ab2a7276130286a8b09c7bf05e1bd458566.tar.gz
Bump version number to 2.3b1.
Diffstat (limited to 'PC/python_nt.rc')
-rw-r--r--PC/python_nt.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc
index 69415cac24..801ae29607 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.3a2,
+ * For 2.3b1,
* PY_MICRO_VERSION = 0
- * PY_RELEASE_LEVEL = 'alpha' = 0xa
- * PY_RELEASE_SERIAL = 2
+ * PY_RELEASE_LEVEL = 'beta' = 0xb
+ * PY_RELEASE_SERIAL = 1
*
- * and 0*1000 + 10*10 + 2 = 102
+ * and 0*1000 + 11*10 + 1 = 111
*/
-#define FIELD3 102
+#define FIELD3 111
/* e.g., 2.1a2
* PY_VERSION comes from patchevel.h