diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-02-18 21:58:53 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-02-18 21:58:53 (GMT) |
commit | 1441cf9dfc35882bf7be9786b0160c04375b5313 (patch) | |
tree | c514b3999e5f4c98abfb5faabf1a29f94775106d /PC | |
parent | e12dcd7ff4d0cf76cd82284d90a397db21225bd6 (diff) | |
download | cpython-1441cf9dfc35882bf7be9786b0160c04375b5313.zip cpython-1441cf9dfc35882bf7be9786b0160c04375b5313.tar.gz cpython-1441cf9dfc35882bf7be9786b0160c04375b5313.tar.bz2 |
Bump version # to 2.3a2.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/python_nt.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PC/python_nt.rc b/PC/python_nt.rc index 08993b9..69415ca 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 |