r88840: Prepare for 2.5.6.
This commit is contained in:
parent
e81c485e57
commit
11a859d70d
|
@ -22,11 +22,11 @@
|
|||
#define PY_MAJOR_VERSION 2
|
||||
#define PY_MINOR_VERSION 5
|
||||
#define PY_MICRO_VERSION 6
|
||||
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
|
||||
#define PY_RELEASE_SERIAL 1
|
||||
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
|
||||
#define PY_RELEASE_SERIAL 0
|
||||
|
||||
/* Version as a string */
|
||||
#define PY_VERSION "2.5.6c1"
|
||||
#define PY_VERSION "2.5.6"
|
||||
|
||||
/* Subversion Revision number of this file (not of the repository) */
|
||||
#define PY_PATCHLEVEL_REVISION "$Revision$"
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
What's New in IDLE 1.2.6?
|
||||
=========================
|
||||
|
||||
*Release date: 26-May-2011*
|
||||
|
||||
What's New in IDLE 1.2.6c1?
|
||||
===========================
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
IDLE_VERSION = "1.2.6c1"
|
||||
IDLE_VERSION = "1.2.6"
|
||||
|
|
|
@ -4,6 +4,12 @@ Python News
|
|||
|
||||
(editors: check NEWS.help for information about editing NEWS using ReST.)
|
||||
|
||||
What's New in Python 2.5.6?
|
||||
===========================
|
||||
|
||||
*Release date: 26-May-2011*
|
||||
|
||||
|
||||
What's New in Python 2.5.6c1?
|
||||
=============================
|
||||
|
||||
|
|
Loading…
Reference in New Issue