From 50d55ff8c73f484708225d492a2167b82c8c8bb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Tue, 11 Mar 2008 17:59:53 +0000 Subject: Prepare for 2.4.5 --- Include/patchlevel.h | 6 +++--- Lib/idlelib/NEWS.txt | 5 +++++ Lib/idlelib/idlever.py | 2 +- Misc/NEWS | 7 ++++++- README | 4 ++-- 5 files changed, 17 insertions(+), 7 deletions(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 3cd2a0b..f148c01 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 5 -#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 "2.4.5c1" +#define PY_VERSION "2.4.5" /* 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 a548538..c754ea5 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,3 +1,8 @@ +What's New in IDLE 1.1.5? +========================= + +*Release date: 11-Mar-2006* + What's New in IDLE 1.1.5c1? ========================= diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 7279f49..19ba22a 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.1.5c1" +IDLE_VERSION = "1.1.5" diff --git a/Misc/NEWS b/Misc/NEWS index cf092e4..9d8618a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -4,10 +4,15 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.4.5? +============================= + +*Release date: 11-Mar-2008* + What's New in Python 2.4.5c1? ============================= -*Release date: 20-Mar-2008* +*Release date: 02-Mar-2008* Core and builtins diff --git a/README b/README index 35cfa36..5f8dae1 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -This is Python version 2.4.5c1 -============================== +This is Python version 2.4.5 +============================ Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software Foundation. All rights reserved. -- cgit v0.12