diff options
| author | Anthony Baxter <anthonybaxter@gmail.com> | 2006-09-18 06:51:50 (GMT) |
|---|---|---|
| committer | Anthony Baxter <anthonybaxter@gmail.com> | 2006-09-18 06:51:50 (GMT) |
| commit | 2d8697f32c81f3db1e08ce198d5cebdeff5cc917 (patch) | |
| tree | 222fd85bf1a866c47bc694f7879dc2cc50cca893 /Include | |
| parent | 347f3cc40f678ebc9a81928b6860005ff4996abe (diff) | |
| download | cpython-2.5.zip cpython-2.5.tar.gz cpython-2.5.tar.bz2 | |
Preparing for 2.5 final.v2.5
(damn, it's nice to see the line
#define PY_VERSION "2.5"
in patchlevel.h)
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 0990a18..3043189 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_GAMMA -#define PY_RELEASE_SERIAL 2 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.5c2" +#define PY_VERSION "2.5" /* Subversion Revision number of this file (not of the repository) */ #define PY_PATCHLEVEL_REVISION "$Revision$" |
