diff options
| author | Anthony Baxter <anthonybaxter@gmail.com> | 2006-04-27 02:11:24 (GMT) |
|---|---|---|
| committer | Anthony Baxter <anthonybaxter@gmail.com> | 2006-04-27 02:11:24 (GMT) |
| commit | c7d00327ab2734ccbac9b961d489e0fc73491294 (patch) | |
| tree | 89256b617fa3ee478a336d15e2897231b991f358 /Include/patchlevel.h | |
| parent | 4b8ec631146b5b177cbccb2023f0114876c52c3f (diff) | |
| download | cpython-c7d00327ab2734ccbac9b961d489e0fc73491294.zip cpython-c7d00327ab2734ccbac9b961d489e0fc73491294.tar.gz cpython-c7d00327ab2734ccbac9b961d489e0fc73491294.tar.bz2 | |
2.5a2
Diffstat (limited to 'Include/patchlevel.h')
| -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 2809454..4f58762 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_ALPHA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "2.5a1" +#define PY_VERSION "2.5a2" /* Subversion Revision number of this file (not of the repository) */ #define PY_PATCHLEVEL_REVISION "$Revision$" |
