mirror of https://github.com/python/cpython
More post-release wibble
This commit is contained in:
parent
92422fb33b
commit
b671c9309a
|
@ -5,5 +5,5 @@
|
|||
Email: \email{docs@python.org}
|
||||
}
|
||||
|
||||
\date{17th August, 2006} % XXX update before final release!
|
||||
\date{\today} % XXX update before final release!
|
||||
\input{patchlevel} % include Python version information
|
||||
|
|
|
@ -20,13 +20,13 @@
|
|||
|
||||
/* Version parsed out into numeric values */
|
||||
#define PY_MAJOR_VERSION 2
|
||||
#define PY_MINOR_VERSION 5
|
||||
#define PY_MINOR_VERSION 6
|
||||
#define PY_MICRO_VERSION 0
|
||||
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
|
||||
#define PY_RELEASE_SERIAL 1
|
||||
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
|
||||
#define PY_RELEASE_SERIAL 0
|
||||
|
||||
/* Version as a string */
|
||||
#define PY_VERSION "2.5c1"
|
||||
#define PY_VERSION "2.6a1"
|
||||
|
||||
/* Subversion Revision number of this file (not of the repository) */
|
||||
#define PY_PATCHLEVEL_REVISION "$Revision$"
|
||||
|
|
Loading…
Reference in New Issue