diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-08-02 10:05:09 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-08-02 10:05:09 (GMT) |
commit | ee2f45a061584c65fc26e3e64b1256fe4e81e677 (patch) | |
tree | f7cf051027c506dc2d891c14f2b63b2252f08416 /Include | |
parent | 9c7b4bd1646f2170247f88cf59936740d9c4c004 (diff) | |
download | cpython-ee2f45a061584c65fc26e3e64b1256fe4e81e677.zip cpython-ee2f45a061584c65fc26e3e64b1256fe4e81e677.tar.gz cpython-ee2f45a061584c65fc26e3e64b1256fe4e81e677.tar.bz2 |
Post 3.10.6
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 cef4374..48875a2 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.10.6" +#define PY_VERSION "3.10.6+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |