diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-03-16 14:30:58 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-03-16 14:30:58 (GMT) |
commit | b7c611937704f5e71f6388da8dfb440fecc28306 (patch) | |
tree | b5086e0b3629bca8b5df9023571a2293cbc5c4c5 | |
parent | a342a49189c16f01e7b95e0bf22ea2bd539222cd (diff) | |
download | cpython-b7c611937704f5e71f6388da8dfb440fecc28306.zip cpython-b7c611937704f5e71f6388da8dfb440fecc28306.tar.gz cpython-b7c611937704f5e71f6388da8dfb440fecc28306.tar.bz2 |
Post 3.10.3
-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 5bb246e..3b1a7c5 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.3" +#define PY_VERSION "3.10.3+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |