From: Ɓukasz Langa Date: Thu, 19 Dec 2019 08:15:15 +0000 (+0100) Subject: Post 3.9.0a2 X-Git-Tag: v3.9.0a3~206 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=791073fbe884cdfa0d9895b0873c3291354380da;p=thirdparty%2FPython%2Fcpython.git Post 3.9.0a2 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 87fd69309286..e6b33dad38e4 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.9.0a2" +#define PY_VERSION "3.9.0a2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.