mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Post 2.5.5.
This commit is contained in:
parent
e80cf5ae54
commit
b3b56fcfcb
2 changed files with 9 additions and 3 deletions
|
@ -21,12 +21,12 @@
|
|||
/* Version parsed out into numeric values */
|
||||
#define PY_MAJOR_VERSION 2
|
||||
#define PY_MINOR_VERSION 5
|
||||
#define PY_MICRO_VERSION 5
|
||||
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
|
||||
#define PY_MICRO_VERSION 6
|
||||
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
|
||||
#define PY_RELEASE_SERIAL 0
|
||||
|
||||
/* Version as a string */
|
||||
#define PY_VERSION "2.5.5"
|
||||
#define PY_VERSION "2.5.5+"
|
||||
|
||||
/* 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