diff options
author | Thomas Wouters <thomas@python.org> | 2024-04-09 15:25:54 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2024-04-09 15:25:54 (GMT) |
commit | 26831278d85761bd33975a7503fbf42b42eae91d (patch) | |
tree | 5169c1f7e12b28d0f5e83d0d6debb62f760cb7e9 | |
parent | f6650f9ad73359051f3e558c2431a109bc016664 (diff) | |
download | cpython-26831278d85761bd33975a7503fbf42b42eae91d.zip cpython-26831278d85761bd33975a7503fbf42b42eae91d.tar.gz cpython-26831278d85761bd33975a7503fbf42b42eae91d.tar.bz2 |
Post 3.12.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 24e6579..833e64d 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.12.3" +#define PY_VERSION "3.12.3+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |