diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-07-17 14:48:26 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-07-17 14:48:26 (GMT) |
commit | 29dfcd108d5f35947a427e37864f355ef858b68f (patch) | |
tree | 9772eb7f35054fa94d06135672321c7c77cbddf2 /PC | |
parent | 943277ecd34bb76fe8f097a508f995f7bf1e4b45 (diff) | |
download | cpython-29dfcd108d5f35947a427e37864f355ef858b68f.zip cpython-29dfcd108d5f35947a427e37864f355ef858b68f.tar.gz cpython-29dfcd108d5f35947a427e37864f355ef858b68f.tar.bz2 |
Bump the release number to 2.3c1.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/python_nt.rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc index a3a927d..45a921d 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.3b2, + * For 2.3c1, * PY_MICRO_VERSION = 0 - * PY_RELEASE_LEVEL = 'beta' = 0xb - * PY_RELEASE_SERIAL = 2 + * PY_RELEASE_LEVEL = 'candidate' = 0xc + * PY_RELEASE_SERIAL = 1 * - * and 0*1000 + 11*10 + 2 = 112 + * and 0*1000 + 12*10 + 1 = 121 */ -#define FIELD3 112 +#define FIELD3 121 /* e.g., 2.1a2 * PY_VERSION comes from patchevel.h |