summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2021-04-02 17:38:57 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2021-04-02 17:38:57 (GMT)
commitfbd4e58f63230c87b1a05f1ece8b0c9c916be82f (patch)
tree66cf460261edbe913c192b069d08cecc53e25770 /Include/patchlevel.h
parent7ad56e254519047aeb9c669b9ea2f2bf0acfd401 (diff)
parente723086bc33c19c6c52046d515eb3c2aab1b8f97 (diff)
downloadcpython-fbd4e58f63230c87b1a05f1ece8b0c9c916be82f.zip
cpython-fbd4e58f63230c87b1a05f1ece8b0c9c916be82f.tar.gz
cpython-fbd4e58f63230c87b1a05f1ece8b0c9c916be82f.tar.bz2
Merge tag 'v3.9.3' into 3.9
Python 3.9.3
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 92d004e..093ea5d 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 2
+#define PY_MICRO_VERSION 3
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.9.2+"
+#define PY_VERSION "3.9.3"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.