diff options
| author | Larry Hastings <larry@hastings.org> | 2018-08-02 09:18:47 (GMT) |
|---|---|---|
| committer | Larry Hastings <larry@hastings.org> | 2018-08-02 09:18:47 (GMT) |
| commit | 0a5a5af9b6b47727c5ee3def4508dab312949075 (patch) | |
| tree | e16c17305f064451513655b4dd1c2eb8ee54fdc2 /Include | |
| parent | 804d8b3c861e9cc422aa689c95a3431c5a4407cb (diff) | |
| download | cpython-3.4.9.zip cpython-3.4.9.tar.gz cpython-3.4.9.tar.bz2 | |
Version bump for 3.4.9 final.v3.4.9
Diffstat (limited to 'Include')
| -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 8e2fc91..b42bb1f 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 9 -#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.9rc1+" +#define PY_VERSION "3.4.9" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
