From b3b56fcfcb88a5643e3e7c4aa2ab7418166f563c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sun, 31 Jan 2010 16:00:16 +0000 Subject: [PATCH] Post 2.5.5. --- Include/patchlevel.h | 6 +++--- Misc/NEWS | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 975069903a1a..80e765de54a6 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 5 -#define PY_MICRO_VERSION 5 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_MICRO_VERSION 6 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.5.5" +#define PY_VERSION "2.5.5+" /* Subversion Revision number of this file (not of the repository) */ #define PY_PATCHLEVEL_REVISION "$Revision$" diff --git a/Misc/NEWS b/Misc/NEWS index ffb5fae17c8b..d5de2c0c546a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -4,6 +4,12 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.5.6c1? +============================= + +*Release date: XX-XXX-2010* + + What's New in Python 2.5.5? =========================== -- 2.47.3