diff options
author | Larry Hastings <larry@hastings.org> | 2018-01-23 13:49:45 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2018-01-23 13:49:45 (GMT) |
commit | bc7a130f90e34514bd2b833f9bc9f16001caeb38 (patch) | |
tree | f634484d665eaae693ec490d3f2124c4dbcd0be7 /Include | |
parent | 2740fcc7bbe3e09aa9bed820c73c886780fda59f (diff) | |
download | cpython-bc7a130f90e34514bd2b833f9bc9f16001caeb38.zip cpython-bc7a130f90e34514bd2b833f9bc9f16001caeb38.tar.gz cpython-bc7a130f90e34514bd2b833f9bc9f16001caeb38.tar.bz2 |
Whoops, missed checking in version bump.v3.5.5rc1
Diffstat (limited to 'Include')
-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 81bbd19..77a4c31 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 5 -#define PY_MICRO_VERSION 4 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 5 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.5.4+" +#define PY_VERSION "3.5.5rc1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |