Python 3.9.2

This commit is contained in:
Łukasz Langa 2021-02-19 13:31:44 +01:00
parent 1384887505
commit 1a79785e3e
No known key found for this signature in database
GPG key ID: B26995E310250568
5 changed files with 13 additions and 7 deletions

View file

@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 9
#define PY_MICRO_VERSION 2
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
#define PY_RELEASE_SERIAL 1
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
#define PY_VERSION "3.9.2rc1+"
#define PY_VERSION "3.9.2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.