From: Anthony Baxter Date: Wed, 16 Aug 2006 03:42:26 +0000 (+0000) Subject: preparing for 2.5c1 X-Git-Tag: v2.5c1~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b409666e8ca2c72bf426c7efb254810a0b04ab74;p=thirdparty%2FPython%2Fcpython.git preparing for 2.5c1 --- diff --git a/Doc/commontex/boilerplate.tex b/Doc/commontex/boilerplate.tex index 974943245e96..3d78bc023e90 100644 --- a/Doc/commontex/boilerplate.tex +++ b/Doc/commontex/boilerplate.tex @@ -5,5 +5,5 @@ Email: \email{docs@python.org} } -\date{3rd August, 2006} % XXX update before final release! +\date{17th August, 2006} % XXX update before final release! \input{patchlevel} % include Python version information diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 655257432c4d..4cacf3208a31 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -22,11 +22,11 @@ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 5 #define PY_MICRO_VERSION 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA #define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "2.5b3" +#define PY_VERSION "2.5c1" /* Subversion Revision number of this file (not of the repository) */ #define PY_PATCHLEVEL_REVISION "$Revision$" diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 928505350ad7..90b57e67a6d1 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,7 @@ What's New in IDLE 1.2c1? ========================= -*Release date: XX-AUG-2006* +*Release date: 17-AUG-2006* - The 'with' statement is now a Code Context block opener diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 07d3d827c9a6..29686fdd7e9f 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.2b3" +IDLE_VERSION = "1.2c1" diff --git a/Misc/NEWS b/Misc/NEWS index 5b81b6637a4c..e308b7dae4d6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -7,7 +7,7 @@ Python News What's New in Python 2.5 release candidate 1? ============================================= -*Release date: 18-AUG-2006* +*Release date: 17-AUG-2006* Core and builtins ----------------- diff --git a/Misc/RPM/python-2.5.spec b/Misc/RPM/python-2.5.spec index afbb09e5c276..414ec6242153 100644 --- a/Misc/RPM/python-2.5.spec +++ b/Misc/RPM/python-2.5.spec @@ -33,7 +33,7 @@ ################################# %define name python -%define version 2.5b3 +%define version 2.5c1 %define libvers 2.5 %define release 1pydotorg %define __prefix /usr diff --git a/README b/README index d3d7390c2a74..16dfaf3b7b46 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -This is Python version 2.5 beta 3 -================================= +This is Python version 2.5 rc 1 +=============================== Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation. All rights reserved.