diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-12-20 03:38:16 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-12-20 03:38:16 (GMT) |
commit | b90b144c470b203899442b3a9d637c023a778bd9 (patch) | |
tree | bc81157384d14c8d8c0e3a0b9e5057dfbf2c4984 | |
parent | f7702adc3bccfd89b4bcac4332ff9134cec42dfd (diff) | |
download | cpython-b90b144c470b203899442b3a9d637c023a778bd9.zip cpython-b90b144c470b203899442b3a9d637c023a778bd9.tar.gz cpython-b90b144c470b203899442b3a9d637c023a778bd9.tar.bz2 |
Post 2.5.3.
-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 61826a9..552cf02 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 3 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_MICRO_VERSION 4 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.5.3" +#define PY_VERSION "2.5.3+" /* 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.4? +=========================== + +*Release date: XX-XXX-2009* + + What's New in Python 2.5.3? =========================== |