diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2006-08-02 07:43:09 +0000 |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2006-08-02 07:43:09 +0000 |
commit | 5d32a9f1884a4a5c05ece4b3545b6da9eae01bd0 (patch) | |
tree | 45b4560f0a0c336de40053ee00d448894bf499ad /Include/patchlevel.h | |
parent | 30eb9660b6f3f2613e4b3067bea8173274350658 (diff) | |
download | cpython-git-5d32a9f1884a4a5c05ece4b3545b6da9eae01bd0.tar.gz |
pre-release machinations
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 e04e05254e..655257432c 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_BETA -#define PY_RELEASE_SERIAL 2 +#define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "2.5b2" +#define PY_VERSION "2.5b3" /* Subversion Revision number of this file (not of the repository) */ #define PY_PATCHLEVEL_REVISION "$Revision$" |