diff options
author | Łukasz Langa <lukasz@langa.pl> | 2021-04-02 11:51:53 +0200 |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2021-04-02 11:51:53 +0200 |
commit | e723086bc33c19c6c52046d515eb3c2aab1b8f97 (patch) | |
tree | a17ed08e5e1ad5cfcb1bc6ebfca664a403c2078e /Include/patchlevel.h | |
parent | a217e0ab98e883a550da001e95cb3452c1a6b9da (diff) | |
download | cpython-git-3.9.3.tar.gz |
Python 3.9.3v3.9.3
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 92d004e385..093ea5daa8 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. |