diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-01-14 21:11:47 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-01-14 21:11:47 (GMT) |
commit | d5c4ccfe0de375f5d3950abb4eff9d75384213b5 (patch) | |
tree | b9748dd23f38934549ada853a704e4be10aede3e /Include | |
parent | a58ebcc701dd6c43630df941481475ff0f615a81 (diff) | |
download | cpython-d5c4ccfe0de375f5d3950abb4eff9d75384213b5.zip cpython-d5c4ccfe0de375f5d3950abb4eff9d75384213b5.tar.gz cpython-d5c4ccfe0de375f5d3950abb4eff9d75384213b5.tar.bz2 |
Post 3.10.2
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 5769674..ee537c7 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.2" +#define PY_VERSION "3.10.2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |