From 9e478599634f65da3aa0c290f134daaa298a2d16 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 13 Apr 1999 14:47:26 +0000 Subject: Prepare for final release. --- Include/patchlevel.h | 9 +++++---- README | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 5762112..c7b78fd 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -46,19 +46,20 @@ PERFORMANCE OF THIS SOFTWARE. #define PY_RELEASE_LEVEL_BETA 0xB #define PY_RELEASE_LEVEL_GAMMA 0xC #define PY_RELEASE_LEVEL_FINAL 0xF /* Serial should be 0 here */ + /* Higher for patch releases */ /* Version parsed out into numeric values */ #define PY_MAJOR_VERSION 1 #define PY_MINOR_VERSION 5 #define PY_MICRO_VERSION 2 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "1.5.2c1" +#define PY_VERSION "1.5.2" /* Historic */ -#define PATCHLEVEL "1.5.2c1" +#define PATCHLEVEL "1.5.2" /* 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/README b/README index c16a59a..511a0d9 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -This is Python version 1.5.2c1 -- released Apr 8, 1999 -====================================================== +This is Python version 1.5.2 -- released April 13, 1999 +======================================================= What's new in this release? -- cgit v0.12