diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2024-09-07 01:34:11 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2024-09-07 01:34:11 (GMT) |
commit | 8b275e77d235b0e813f996173fc26eaa3484737c (patch) | |
tree | 90854aeb6ed91f1f151e3cbb58416feb20ba69db /Include/patchlevel.h | |
parent | 0c47759eee3e170e04a5dae82f12f6b375ae78f7 (diff) | |
download | cpython-8b275e77d235b0e813f996173fc26eaa3484737c.zip cpython-8b275e77d235b0e813f996173fc26eaa3484737c.tar.gz cpython-8b275e77d235b0e813f996173fc26eaa3484737c.tar.bz2 |
Post 3.11.10
Diffstat (limited to 'Include/patchlevel.h')
-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 7540bc8..8fb480c 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.11.10" +#define PY_VERSION "3.11.10+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |