diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2021-10-04 18:27:07 +0100 |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2021-10-04 18:40:46 +0100 |
commit | b494f5935c92951e75597bfe1c8b1f3112fec270 (patch) | |
tree | 467278ac9e3fe9a04f4f2c38c4d8ee439292c019 /Include/patchlevel.h | |
parent | bc4c705869d4a24fc137a81df913869aa51d60d2 (diff) | |
download | cpython-git-3.10.0.tar.gz |
Python 3.10.0v3.10.0
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 2884eadfd4..afa621e640 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 10 #define PY_MICRO_VERSION 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 2 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.10.0rc2+" +#define PY_VERSION "3.10.0" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |