diff options
author | Larry Hastings <larry@hastings.org> | 2014-03-16 05:34:24 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-03-16 05:34:24 (GMT) |
commit | cf1a3cd2c79212aa73678145a4119f5878724602 (patch) | |
tree | 5bed3e11692c356cc6682085610d6281681ed6ed /Include/patchlevel.h | |
parent | 0548f5c5141b385594b3bad02fa62e8dfe17d51e (diff) | |
download | cpython-cf1a3cd2c79212aa73678145a4119f5878724602.zip cpython-cf1a3cd2c79212aa73678145a4119f5878724602.tar.gz cpython-cf1a3cd2c79212aa73678145a4119f5878724602.tar.bz2 |
Release bump for 3.4.0 final.
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 52b9674..ae041c3 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 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 3 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.4.0rc3+" +#define PY_VERSION "3.4.0" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |