From cc4e066902e2ffe72245387cea9dde0007c36e0a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 13 Dec 2008 13:34:10 +0000 Subject: [PATCH] Prepare for 2.4.6c1. --- Include/patchlevel.h | 8 ++++---- Lib/idlelib/NEWS.txt | 9 +++++++-- Lib/idlelib/idlever.py | 2 +- Misc/NEWS | 2 +- README | 4 ++-- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index f148c015bb5b..ddb212d5cb60 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -21,12 +21,12 @@ /* Version parsed out into numeric values */ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 4 -#define PY_MICRO_VERSION 5 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 6 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "2.4.5" +#define PY_VERSION "2.4.6c1" /* 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 c754ea51ba99..0bc78cae84f6 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,12 +1,17 @@ +What's New in IDLE 1.1.6c1? +========================= + +*Release date: 13-Dec-2008* + What's New in IDLE 1.1.5? ========================= -*Release date: 11-Mar-2006* +*Release date: 11-Mar-2008* What's New in IDLE 1.1.5c1? ========================= -*Release date: 02-Mar-2006* +*Release date: 02-Mar-2008* What's New in IDLE 1.1.4? ========================= diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 19ba22a1da2b..0cf857902f7a 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.1.5" +IDLE_VERSION = "1.1.6c1" diff --git a/Misc/NEWS b/Misc/NEWS index 9dca280d641b..49737f0b23f7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -7,7 +7,7 @@ Python News What's New in Python 2.4.6c1? ============================= -*Release date: xx-XXX-2008* +*Release date: 13-Dec-2008* Core and builtins ----------------- diff --git a/README b/README index 5f8dae11f060..382892a9c7b1 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -This is Python version 2.4.5 -============================ +This is Python version 2.4.6c1 +============================== Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software Foundation. All rights reserved. -- 2.47.3