diff options
author | Larry Hastings <larry@hastings.org> | 2014-05-18 04:46:35 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-05-18 04:46:35 (GMT) |
commit | 5c26a8afbb6fa43a35e8a1d6942157209890437a (patch) | |
tree | 69671662df4492a7f3b8bd2bc5c31b02987501ea /Include | |
parent | d08aa47f930ebc8ca25bb1dc2c128d696f2c40c4 (diff) | |
download | cpython-5c26a8afbb6fa43a35e8a1d6942157209890437a.zip cpython-5c26a8afbb6fa43a35e8a1d6942157209890437a.tar.gz cpython-5c26a8afbb6fa43a35e8a1d6942157209890437a.tar.bz2 |
Version bump for 3.4.1.v3.4.1
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 a80a3e8..960d7d0 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 1 -#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.1rc1+" +#define PY_VERSION "3.4.1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |