diff options
| author | Łukasz Langa <lukasz@langa.pl> | 2024-03-19 15:48:02 (GMT) |
|---|---|---|
| committer | Łukasz Langa <lukasz@langa.pl> | 2024-03-19 15:48:02 (GMT) |
| commit | 882f62bd93fcd5775068c3b3d1e5ce62f2feaba3 (patch) | |
| tree | fd93a5f14f8301f364de61de34f6ff9643514b36 /Include/patchlevel.h | |
| parent | fc2c98f92faec20cb5abc43be29f21ecac943ba2 (diff) | |
| download | cpython-3.9.19.zip cpython-3.9.19.tar.gz cpython-3.9.19.tar.bz2 | |
Python 3.9.19v3.9.19
Diffstat (limited to 'Include/patchlevel.h')
| -rw-r--r-- | Include/patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 1d1aa0e..5b5ef55 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 9 -#define PY_MICRO_VERSION 18 +#define PY_MICRO_VERSION 19 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.9.18+" +#define PY_VERSION "3.9.19" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
