From: Larry Hastings Date: Thu, 2 Aug 2018 13:51:48 +0000 (-0700) Subject: Post-release version bump for 3.4.9. X-Git-Tag: v3.4.10rc1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd1d5c554c40b5b348de2e77d65986aa154e4477;p=thirdparty%2FPython%2Fcpython.git Post-release version bump for 3.4.9. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index b42bb1fd03e1..378ca4388edc 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.9" +#define PY_VERSION "3.4.9+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.