mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Copyright and version tweaks for 3.0a3.
This commit is contained in:
parent
014d4a026a
commit
659fc42653
9 changed files with 12 additions and 12 deletions
|
|
@ -19,10 +19,10 @@
|
|||
#define PY_MINOR_VERSION 0
|
||||
#define PY_MICRO_VERSION 0
|
||||
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
|
||||
#define PY_RELEASE_SERIAL 2
|
||||
#define PY_RELEASE_SERIAL 3
|
||||
|
||||
/* Version as a string */
|
||||
#define PY_VERSION "3.0a2+"
|
||||
#define PY_VERSION "3.0a3"
|
||||
|
||||
/* 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