diff options
author | Larry Hastings <larry@hastings.org> | 2019-03-18 16:51:26 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2019-03-18 16:51:26 (GMT) |
commit | e76cbc781044ee01b059f3702c580e66266b84c5 (patch) | |
tree | ada069d956f8409f71dd5e29417f0ae552b420df /Include/patchlevel.h | |
parent | 8daddaefe3ec9ad0c77e6791d4104bdcf028c0b7 (diff) | |
download | cpython-3.4.10.zip cpython-3.4.10.tar.gz cpython-3.4.10.tar.bz2 |
Version bump for 3.4.10.v3.4.10
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 713d090..ad5c249 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 10 -#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.10rc1+" +#define PY_VERSION "3.4.10" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |