mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Bump to 3.0b1
This commit is contained in:
parent
ce943b6e22
commit
c1e689ec96
7 changed files with 16 additions and 10 deletions
|
@ -19,11 +19,11 @@
|
|||
#define PY_MAJOR_VERSION 3
|
||||
#define PY_MINOR_VERSION 0
|
||||
#define PY_MICRO_VERSION 0
|
||||
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
|
||||
#define PY_RELEASE_SERIAL 5
|
||||
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
|
||||
#define PY_RELEASE_SERIAL 1
|
||||
|
||||
/* Version as a string */
|
||||
#define PY_VERSION "3.0a5+"
|
||||
#define PY_VERSION "3.0b1"
|
||||
/*--end constants--*/
|
||||
|
||||
/* Subversion Revision number of this file (not of the repository) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue