diff options
| author | Larry Hastings <larry@hastings.org> | 2018-01-23 12:32:09 (GMT) |
|---|---|---|
| committer | Larry Hastings <larry@hastings.org> | 2018-01-23 12:32:09 (GMT) |
| commit | d5af78b687b27aaf203b588f91f59c13463713c0 (patch) | |
| tree | 15265d234f1212ed78b3db50d46df647a788b028 /Include/patchlevel.h | |
| parent | 68485f78fa20c915b5b87f31e0d752760590333f (diff) | |
| download | cpython-3.4.8rc1.zip cpython-3.4.8rc1.tar.gz cpython-3.4.8rc1.tar.bz2 | |
Bump version and copyright year for 3.4.8rc1.v3.4.8rc1
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 24a50fb..8ce9df3 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 7 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 8 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.4.7+" +#define PY_VERSION "3.4.8rc1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
