diff options
author | Larry Hastings <larry@hastings.org> | 2017-01-16 00:19:54 -0800 |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2017-01-16 00:19:54 -0800 |
commit | 7f10edebf0d6016d20af0fdae319f043718a991b (patch) | |
tree | e9451d0a5737c29ef45b21e5edb00370fc67fcaf /Include/patchlevel.h | |
parent | aa772e3cd205abc8c843f0ac0265b826911f49df (diff) | |
download | cpython-git-3.4.6.tar.gz |
Version bump for Python 3.4.6.v3.4.6
Diffstat (limited to 'Include/patchlevel.h')
-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 3e90dea085..f52922d4c2 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 4 #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.4.6rc1+" +#define PY_VERSION "3.4.6" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |