diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2006-06-19 12:04:15 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2006-06-19 12:04:15 (GMT) |
commit | d11368072086cf7706cfbdd5cebcfc699f189380 (patch) | |
tree | 927dd926a158b1b008cd7f72b120b18b8dde542c /Include | |
parent | e7d7caa17a3f63732ded961629704283a5508662 (diff) | |
download | cpython-d11368072086cf7706cfbdd5cebcfc699f189380.zip cpython-d11368072086cf7706cfbdd5cebcfc699f189380.tar.gz cpython-d11368072086cf7706cfbdd5cebcfc699f189380.tar.bz2 |
Preparing for 2.5b1.
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 4f58762..e5bac22 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -22,11 +22,11 @@ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 5 #define PY_MICRO_VERSION 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA -#define PY_RELEASE_SERIAL 2 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "2.5a2" +#define PY_VERSION "2.5b1" /* Subversion Revision number of this file (not of the repository) */ #define PY_PATCHLEVEL_REVISION "$Revision$" |