mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
release.py induced and manual editing steps for 3.0a4.
This commit is contained in:
parent
dd15bcd581
commit
bb5cd08688
6 changed files with 30 additions and 22 deletions
|
@ -15,14 +15,16 @@
|
|||
/* Higher for patch releases */
|
||||
|
||||
/* Version parsed out into numeric values */
|
||||
/*--start constants--*/
|
||||
#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 3
|
||||
#define PY_RELEASE_SERIAL 4
|
||||
|
||||
/* Version as a string */
|
||||
#define PY_VERSION "3.0a3+"
|
||||
#define PY_VERSION "3.0a4"
|
||||
/*--end constants--*/
|
||||
|
||||
/* Subversion Revision number of this file (not of the repository) */
|
||||
#define PY_PATCHLEVEL_REVISION "$Revision$"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue