diff options
author | Barry Warsaw <barry@python.org> | 2010-03-18 22:14:36 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2010-03-18 22:14:36 (GMT) |
commit | d1dd2e307c92184423d3602f663054cdc49c62bd (patch) | |
tree | 14f2423d7f435dc45464244b9c138da6db2509a1 /Include | |
parent | 1a549a7d67312758fa4119f2466f76520d7a5329 (diff) | |
download | cpython-d1dd2e307c92184423d3602f663054cdc49c62bd.zip cpython-d1dd2e307c92184423d3602f663054cdc49c62bd.tar.gz cpython-d1dd2e307c92184423d3602f663054cdc49c62bd.tar.bz2 |
Bumping to 2.6.5 final.v2.6.5
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 d0a85f9..71b06a0 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,11 +23,11 @@ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 6 #define PY_MICRO_VERSION 5 -#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.6.5rc2" +#define PY_VERSION "2.6.5" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |