From: Martin v. Löwis Date: Tue, 11 Mar 2008 17:59:53 +0000 (+0000) Subject: Prepare for 2.4.5 X-Git-Tag: v2.4.5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50d55ff8c73f484708225d492a2167b82c8c8bb8;p=thirdparty%2FPython%2Fcpython.git Prepare for 2.4.5 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 3cd2a0bf2c2d..f148c015bb5b 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 a54853882a12..c754ea51ba99 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 7279f494c4bb..19ba22a1da2b 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 cf092e43768f..9d8618acf532 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 35cfa36ce8c7..5f8dae11f060 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.