Python 3.11.12

This commit is contained in:
Pablo Galindo 2025-04-08 15:14:49 +01:00
parent 553d7069e2
commit da1f6c61dd
No known key found for this signature in database
GPG key ID: FFE87404168BD847
13 changed files with 109 additions and 36 deletions

View file

@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 11
#define PY_MICRO_VERSION 11
#define PY_MICRO_VERSION 12
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
#define PY_VERSION "3.11.11+"
#define PY_VERSION "3.11.12"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.