diff options
| author | Georg Brandl <georg@python.org> | 2014-10-12 06:50:38 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-10-12 06:50:38 (GMT) |
| commit | 439d88542ef77d5c867b8298e4c2c6be4a412a5e (patch) | |
| tree | b2905d5e989844d02e8be47d1b2d574e1c1ddaee /Include | |
| parent | b3ac84322fe6dd542aa755779cdbc155edca8064 (diff) | |
| download | cpython-3.2.6.zip cpython-3.2.6.tar.gz cpython-3.2.6.tar.bz2 | |
Bump to 3.2.6v3.2.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 b3e5422..b6b207f 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 2 #define PY_MICRO_VERSION 6 -#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 "3.2.6rc1" +#define PY_VERSION "3.2.6" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |
