summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
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)
commit882f62bd93fcd5775068c3b3d1e5ce62f2feaba3 (patch)
treefd93a5f14f8301f364de61de34f6ff9643514b36 /Include
parentfc2c98f92faec20cb5abc43be29f21ecac943ba2 (diff)
downloadcpython-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')
-rw-r--r--Include/patchlevel.h4
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.