diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2007-04-18 03:35:45 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2007-04-18 03:35:45 (GMT) |
commit | ef57abdb6012c9c97cdd22b7bb1f82a645ae3141 (patch) | |
tree | ce679280cc036337a39cb0e8c8305e912684a142 /Include | |
parent | 87b5d9196ece21916d5663928bfb8f69169b16b6 (diff) | |
download | cpython-ef57abdb6012c9c97cdd22b7bb1f82a645ae3141.zip cpython-ef57abdb6012c9c97cdd22b7bb1f82a645ae3141.tar.gz cpython-ef57abdb6012c9c97cdd22b7bb1f82a645ae3141.tar.bz2 |
2.5.1 finalv2.5.1
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 d55295b..adfb7fb 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 1 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.5.1c1" +#define PY_VERSION "2.5.1" /* Subversion Revision number of this file (not of the repository) */ #define PY_PATCHLEVEL_REVISION "$Revision$" |