From: Anthony Baxter Date: Thu, 10 Jan 2002 16:25:57 +0000 (+0000) Subject: tweak version numbers - 2.1.2c1, release candidate. X-Git-Tag: v2.1.2c1~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=438d26723fc03b44be4a87dbe078cfe353bcb96e;p=thirdparty%2FPython%2Fcpython.git tweak version numbers - 2.1.2c1, release candidate. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 675cba2a5b31..20115fab5bbd 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -22,14 +22,14 @@ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 1 #define PY_MICRO_VERSION 2 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.1.2" +#define PY_VERSION "2.1.2c1" /* Historic */ -#define PATCHLEVEL "2.1.2" +#define PATCHLEVEL "2.1.2c1" /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */ diff --git a/Misc/NEWS b/Misc/NEWS index 6443f625e5d6..e1b5b976e1b7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1,4 +1,4 @@ -What's New in Python 2.1.2 (final) ? +What's New in Python 2.1.2 (rc1) ? ============================== - The socket object gained a new method, 'sendall()'. This method