diff options
author | Larry Hastings <larry@hastings.org> | 2017-07-23 18:16:33 -0700 |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2017-07-23 18:16:33 -0700 |
commit | c912af833905c3bb172f268410d6bcc5865f488c (patch) | |
tree | 5131388a6c446a9ffff83092eff5bfa93166881c /Include/patchlevel.h | |
parent | 961168d3e785d99ebd4fb9fdf8803642b8669d26 (diff) | |
download | cpython-3.4.7rc1.tar.gz cpython-3.4.7rc1.zip |
Version bump and copyright year fixes for 3.4.7rc1.v3.4.7rc1
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 21a8701d6ed..38424ba4b47 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 4 -#define PY_MICRO_VERSION 6 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 7 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.4.6+" +#define PY_VERSION "3.4.7rc1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |