From: Neal Norwitz Date: Fri, 18 Aug 2006 04:01:38 +0000 (+0000) Subject: More post-release wibble X-Git-Tag: v2.6a1~2783 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b671c9309a07de3e6a636ae1b06278696708e8c8;p=python More post-release wibble --- diff --git a/Doc/commontex/boilerplate.tex b/Doc/commontex/boilerplate.tex index 3d78bc023e..b4c9f480da 100644 --- a/Doc/commontex/boilerplate.tex +++ b/Doc/commontex/boilerplate.tex @@ -5,5 +5,5 @@ Email: \email{docs@python.org} } -\date{17th August, 2006} % XXX update before final release! +\date{\today} % XXX update before final release! \input{patchlevel} % include Python version information diff --git a/Include/patchlevel.h b/Include/patchlevel.h index db8388d960..75cd8d273e 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,13 +20,13 @@ /* Version parsed out into numeric values */ #define PY_MAJOR_VERSION 2 -#define PY_MINOR_VERSION 5 +#define PY_MINOR_VERSION 6 #define PY_MICRO_VERSION 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.5c1" +#define PY_VERSION "2.6a1" /* Subversion Revision number of this file (not of the repository) */ #define PY_PATCHLEVEL_REVISION "$Revision$"