diff options
author | Larry Hastings <larry@hastings.org> | 2014-10-08 09:40:43 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-10-08 09:40:43 (GMT) |
commit | adeb140cb3f5bcf2ceab84796160ce654dbf1151 (patch) | |
tree | 7a7fa98bc1d18f619e434d92dd35cba1c741e70f /Include | |
parent | 1123aa26c8e4c13741562cdbabb3e59ed2b545d1 (diff) | |
download | cpython-adeb140cb3f5bcf2ceab84796160ce654dbf1151.zip cpython-adeb140cb3f5bcf2ceab84796160ce654dbf1151.tar.gz cpython-adeb140cb3f5bcf2ceab84796160ce654dbf1151.tar.bz2 |
Post-release changes after 3.4.2 final.
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index b4f7590..ee45177 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.4.2" +#define PY_VERSION "3.4.2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |