https://github.com/python/cpython/commit/bf124244f0595fb3b4f969a31644b7d110de41ef commit: bf124244f0595fb3b4f969a31644b7d110de41ef branch: 3.9 author: Łukasz Langa <lukasz at langa.pl> committer: ambv <lukasz at langa.pl> date: 2021年05月03日T20:26:51+02:00 summary: Post 3.9.5 files: M Include/patchlevel.h diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 32ce11654c082..40b75a655ee2d 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.9.5" +#define PY_VERSION "3.9.5+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.