diff options
author | Barry Warsaw <barry@python.org> | 2010-08-23 23:37:56 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2010-08-23 23:37:56 (GMT) |
commit | d724296fc3f0e2f07e0d75f116344ef7f1f72021 (patch) | |
tree | d11422df72cfb8e30c074b089184e73199945f26 /Include | |
parent | 8275da3f6a5ce9f3be87b2c8330311505a3891f6 (diff) | |
download | cpython-d724296fc3f0e2f07e0d75f116344ef7f1f72021.zip cpython-d724296fc3f0e2f07e0d75f116344ef7f1f72021.tar.gz cpython-d724296fc3f0e2f07e0d75f116344ef7f1f72021.tar.bz2 |
2.6.6 final. \o/v2.6.6
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 23af4f1..2d5cde2 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 6 -#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.6rc2+" +#define PY_VERSION "2.6.6" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |