diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-07-24 00:15:46 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-07-24 00:15:46 (GMT) |
commit | 6560a254ea56ed1f9cd10ed2a5287b9799470183 (patch) | |
tree | da9257a74fc0780be4b4b602575272a1b09332a4 /PC | |
parent | e004041e96788bc85771dd35bd6763c6d7ec43fb (diff) | |
download | cpython-6560a254ea56ed1f9cd10ed2a5287b9799470183.zip cpython-6560a254ea56ed1f9cd10ed2a5287b9799470183.tar.gz cpython-6560a254ea56ed1f9cd10ed2a5287b9799470183.tar.bz2 |
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')
-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 45a921d..084577f 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 |