summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2021-05-03 09:47:56 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2021-05-03 09:47:56 (GMT)
commit3d8993a744813c5144851da5347d7b4b1885f234 (patch)
tree125a621672031bee00a884703d2fef55e4f02aad /Include
parent10665ac37313560fe87460cf4a5c26677049bf62 (diff)
downloadcpython-3d8993a744813c5144851da5347d7b4b1885f234.zip
cpython-3d8993a744813c5144851da5347d7b4b1885f234.tar.gz
cpython-3d8993a744813c5144851da5347d7b4b1885f234.tar.bz2
Python 3.8.10v3.8.10
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 e074b01..d23d5af 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 9
+#define PY_MICRO_VERSION 10
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.8.9+"
+#define PY_VERSION "3.8.10"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.