mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
Python 3.14.0b2
This commit is contained in:
parent
6c917cb11c
commit
12d3f883ae
78 changed files with 958 additions and 276 deletions
|
|
@ -21,10 +21,10 @@
|
|||
#define PY_MINOR_VERSION 14
|
||||
#define PY_MICRO_VERSION 0
|
||||
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
|
||||
#define PY_RELEASE_SERIAL 1
|
||||
#define PY_RELEASE_SERIAL 2
|
||||
|
||||
/* Version as a string */
|
||||
#define PY_VERSION "3.14.0b1+"
|
||||
#define PY_VERSION "3.14.0b2"
|
||||
/*--end constants--*/
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue