File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2121/* Version parsed out into numeric values */
2222#define PY_MAJOR_VERSION 2
2323#define PY_MINOR_VERSION 5
24- #define PY_MICRO_VERSION 5
25- #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
24+ #define PY_MICRO_VERSION 6
25+ #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
2626#define PY_RELEASE_SERIAL 0
2727
2828/* Version as a string */
29- #define PY_VERSION "2.5.5"
29+ #define PY_VERSION "2.5.5+ "
3030
3131/* Subversion Revision number of this file (not of the repository) */
3232#define PY_PATCHLEVEL_REVISION "$Revision$"
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Python News
44
55(editors: check NEWS.help for information about editing NEWS using ReST.)
66
7+ What's New in Python 2.5.6c1?
8+ =============================
9+
10+ *Release date: XX-XXX-2010*
11+
12+
713What's New in Python 2.5.5?
814===========================
915
You can’t perform that action at this time.
0 commit comments