mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +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$"
|
||||
|
|
|
@ -4,6 +4,12 @@ Python News
|
|||
|
||||
(editors: check NEWS.help for information about editing NEWS using ReST.)
|
||||
|
||||
What's New in Python 2.5.6c1?
|
||||
=============================
|
||||
|
||||
*Release date: XX-XXX-2010*
|
||||
|
||||
|
||||
What's New in Python 2.5.5?
|
||||
===========================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue