From 4ab7786fddd1d66292c979bc5d1109be0bdcb5c2 Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Tue, 20 Sep 2005 13:12:48 +0000 Subject: pre-release machinations --- Include/patchlevel.h | 8 ++++---- LICENSE | 1 + Lib/idlelib/NEWS.txt | 4 ++-- Lib/idlelib/idlever.py | 2 +- Misc/NEWS | 6 +++--- Misc/RPM/python-2.4.spec | 2 +- PCbuild/BUILDno.txt | 2 ++ PCbuild/pythoncore.vcproj | 6 +++--- 8 files changed, 17 insertions(+), 14 deletions(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 3c7235e..b906f6e 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 1 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 2 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "2.4.1+" +#define PY_VERSION "2.4.2c1" /* 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/LICENSE b/LICENSE index 82a9125..97d0f36 100644 --- a/LICENSE +++ b/LICENSE @@ -50,6 +50,7 @@ the various releases. 2.3.5 2.3.4 2005 PSF yes 2.4 2.3 2004 PSF yes 2.4.1 2.4.1 2005 PSF yes + 2.4.2 2.4.1 2005 PSF yes Footnotes: diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 7504cd0..685e682 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,7 @@ What's New in IDLE 1.1.2c1? -========================= +=========================== -*Release date: XX-SEP-2005* +*Release date: 21-SEP-2005* - Mac line endings were incorrect when pasting code from some browsers when using X11 and the Fink distribution. Python Bug 1263656. diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 46b58aa..00154fa 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.1.1" +IDLE_VERSION = "1.1.2c1" diff --git a/Misc/NEWS b/Misc/NEWS index cc1252d..c368937 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.2a -=========================== +What's New in Python 2.4.2c1 +============================ -*Release date: XX-XXX-2005* +*Release date: 21-SEP-2005* Core and builtins ----------------- diff --git a/Misc/RPM/python-2.4.spec b/Misc/RPM/python-2.4.spec index 6578a2a..dec3a15 100644 --- a/Misc/RPM/python-2.4.spec +++ b/Misc/RPM/python-2.4.spec @@ -33,7 +33,7 @@ ################################# %define name python -%define version 2.4.1 +%define version 2.4.2c1 %define libvers 2.4 %define release 1pydotorg %define __prefix /usr diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index 212723c..0bceeb4 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 66 2.4.2c1 + 21-Sep-2005 65 2.4.1 30-Mar-2005 64 2.4.1c2 diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 25d070f..8f5f597 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -1385,7 +1385,7 @@ Name="VCCLCompilerTool" Optimization="2" AdditionalIncludeDirectories="" - PreprocessorDefinitions="BUILD=65"/> + PreprocessorDefinitions="BUILD=66"/> @@ -1393,7 +1393,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="" - PreprocessorDefinitions="BUILD=65"/> + PreprocessorDefinitions="BUILD=66"/> @@ -1401,7 +1401,7 @@ Name="VCCLCompilerTool" Optimization="2" AdditionalIncludeDirectories="" - PreprocessorDefinitions="BUILD=65"/> + PreprocessorDefinitions="BUILD=66"/>