diff options
author | Łukasz Langa <lukasz@langa.pl> | 2022-12-06 18:50:26 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2022-12-06 18:50:26 (GMT) |
commit | db577e29a6a287dca0148e90bb95960c1d99b3fb (patch) | |
tree | b4216944a0d27bd109b613666398643fae737fef | |
parent | 595f9ccb0c059f2fb5bf13643bfc0cdd5b55a422 (diff) | |
download | cpython-db577e29a6a287dca0148e90bb95960c1d99b3fb.zip cpython-db577e29a6a287dca0148e90bb95960c1d99b3fb.tar.gz cpython-db577e29a6a287dca0148e90bb95960c1d99b3fb.tar.bz2 |
Post 3.9.16
-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 e33d9a1..224ad14 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.16" +#define PY_VERSION "3.9.16+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |