diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2023-06-07 08:37:03 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2023-06-07 08:37:03 (GMT) |
commit | 5103df46e0b4ce2c89b6f16d8eea73391e30c296 (patch) | |
tree | 2b16f88f9c78de87aebf8ba4491ce3b43defd61e | |
parent | d2340ef25721b6a72d45d4508c672c4be38c67d3 (diff) | |
download | cpython-5103df46e0b4ce2c89b6f16d8eea73391e30c296.zip cpython-5103df46e0b4ce2c89b6f16d8eea73391e30c296.tar.gz cpython-5103df46e0b4ce2c89b6f16d8eea73391e30c296.tar.bz2 |
Post 3.11.4
-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 a5b73cd..72f5afa 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.4" +#define PY_VERSION "3.11.4+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |