diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2006-09-11 15:30:13 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2006-09-11 15:30:13 (GMT) |
commit | 2d4183c5f68ae6751806c1ff0a60c19e7b191fba (patch) | |
tree | 7a80bb475fd4e4186adf2f4fce6c6bbb4e165823 /Include | |
parent | 0bcafac29e247d431f26a35d048e63b17911256d (diff) | |
download | cpython-2d4183c5f68ae6751806c1ff0a60c19e7b191fba.zip cpython-2d4183c5f68ae6751806c1ff0a60c19e7b191fba.tar.gz cpython-2d4183c5f68ae6751806c1ff0a60c19e7b191fba.tar.bz2 |
preparing for 2.5c2
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index db8388d..0990a18 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,10 +23,10 @@ #define PY_MINOR_VERSION 5 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "2.5c1" +#define PY_VERSION "2.5c2" /* Subversion Revision number of this file (not of the repository) */ #define PY_PATCHLEVEL_REVISION "$Revision$" |