summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2024-09-06 20:41:55 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2024-09-06 20:41:55 (GMT)
commit39b2f82717a69dde7212bc39b673b0f55c99e6a3 (patch)
tree48ec47957a5670381ca155c5030e2e2226f211be /Include/patchlevel.h
parent4d069d5b1170b9d82013ab824ff5d6cf28964d97 (diff)
downloadcpython-3.8.zip
cpython-3.8.tar.gz
cpython-3.8.tar.bz2
Python 3.8.20v3.8.203.8
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index c90e00e..fea7566 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 8
-#define PY_MICRO_VERSION 19
+#define PY_MICRO_VERSION 20
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.8.19+"
+#define PY_VERSION "3.8.20"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.