diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-01-31 16:00:16 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-01-31 16:00:16 (GMT) |
commit | b3b56fcfcb88a5643e3e7c4aa2ab7418166f563c (patch) | |
tree | 417e84141c6068ff78b0fb9eb469c3f62dea5770 | |
parent | e80cf5ae54c0fca8cb5b32da9c2c5f943a54c9bf (diff) | |
download | cpython-b3b56fcfcb88a5643e3e7c4aa2ab7418166f563c.zip cpython-b3b56fcfcb88a5643e3e7c4aa2ab7418166f563c.tar.gz cpython-b3b56fcfcb88a5643e3e7c4aa2ab7418166f563c.tar.bz2 |
Post 2.5.5.
-rw-r--r-- | Include/patchlevel.h | 6 | ||||
-rw-r--r-- | Misc/NEWS | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 9750699..80e765d 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$" @@ -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? =========================== |