From b3baf322fbaa2359160b17982ba0d1741f683ab5 Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Wed, 9 Mar 2005 11:54:29 +0000 Subject: [PATCH] pre-release magic --- Include/patchlevel.h | 6 +++--- Lib/idlelib/NEWS.txt | 6 +++--- Lib/idlelib/idlever.py | 2 +- Misc/NEWS | 6 +++--- Misc/RPM/python-2.4.spec | 4 ++-- PCbuild/BUILDno.txt | 6 ++++++ 6 files changed, 18 insertions(+), 12 deletions(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 5c8e8f955103..be71e0502a68 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -22,11 +22,11 @@ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 4 #define PY_MICRO_VERSION 1 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA -#define PY_RELEASE_SERIAL 0 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "2.4.1a0" +#define PY_VERSION "2.4.1c1" /* 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/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 7d188f2fe38f..47b32eae3739 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,7 @@ -What's New in IDLE 1.1.1? -======================= +What's New in IDLE 1.1.1c1? +=========================== -*Release date: XX-JAN-2005* +*Release date: 10-MAR-2005* - If an extension can't be loaded, print warning and skip it instead of erroring out. diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 46b58aa42d8d..ac98e11e701a 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.1.1" +IDLE_VERSION = "1.1.1c1" diff --git a/Misc/NEWS b/Misc/NEWS index a4a58e163892..112351f437ee 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -4,10 +4,10 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) -What's New in Python 2.4.1? -=========================== +What's New in Python 2.4.1c1? +============================= -*Release date: xx-xxx-2005* +*Release date: 10-MAR-2005* Core and builtins ----------------- diff --git a/Misc/RPM/python-2.4.spec b/Misc/RPM/python-2.4.spec index a81880901423..6578a2a566d2 100644 --- a/Misc/RPM/python-2.4.spec +++ b/Misc/RPM/python-2.4.spec @@ -33,9 +33,9 @@ ################################# %define name python -%define version 2.4 +%define version 2.4.1 %define libvers 2.4 -%define release 3pydotorg +%define release 1pydotorg %define __prefix /usr # kludge to get around rpm define weirdness diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index c5c8f56e42fa..bd9981a2e741 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,12 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 63 2.4.1c1 + 10-Mar-2005 + 62 2.3.5 + 08-Feb-2005 + 61 2.3.5c1 + 26-Jan-2005 60 2.4 29-Nov-2004 59 2.4.0c1 -- 2.47.3