diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2023-06-06 22:49:22 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2023-06-06 22:49:22 (GMT) |
commit | a23ff66a5903ed7fcfc2419571684ea42e1b4e70 (patch) | |
tree | 20c989e8b71ca1797adcbf80d54b71b0ecfb210f | |
parent | b4e48a444ea02921ce4b701fe165e6cfd4cf5845 (diff) | |
download | cpython-a23ff66a5903ed7fcfc2419571684ea42e1b4e70.zip cpython-a23ff66a5903ed7fcfc2419571684ea42e1b4e70.tar.gz cpython-a23ff66a5903ed7fcfc2419571684ea42e1b4e70.tar.bz2 |
Post 3.10.12
-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 29ff323..cb727a8 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.12" +#define PY_VERSION "3.10.12+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |