Skip to content

Commit 906e26e

Browse files
committed
Prepare for 2.5.5c1.
1 parent a822768 commit 906e26e

File tree

5 files changed

+16
-11
lines changed

5 files changed

+16
-11
lines changed

Include/patchlevel.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
/* Version parsed out into numeric values */
2222
#define PY_MAJOR_VERSION 2
2323
#define PY_MINOR_VERSION 5
24-
#define PY_MICRO_VERSION 4
25-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
26-
#define PY_RELEASE_SERIAL 0
24+
#define PY_MICRO_VERSION 5
25+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
26+
#define PY_RELEASE_SERIAL 1
2727

2828
/* Version as a string */
29-
#define PY_VERSION "2.5.4"
29+
#define PY_VERSION "2.5.5c1"
3030

3131
/* Subversion Revision number of this file (not of the repository) */
3232
#define PY_PATCHLEVEL_REVISION "$Revision$"

Lib/idlelib/NEWS.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
What's New in IDLE 1.2.5c1?
2+
=========================
3+
4+
*Release date: 14-Jan-2010*
5+
16
What's New in IDLE 1.2.4?
27
=========================
38

Lib/idlelib/idlever.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
IDLE_VERSION = "1.2.4"
1+
IDLE_VERSION = "1.2.5c1"

Misc/NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Python News
44

55
(editors: check NEWS.help for information about editing NEWS using ReST.)
66

7-
What's New in Python 2.5.5?
8-
===========================
7+
What's New in Python 2.5.5c1?
8+
=============================
99

10-
*Release date: XX-XXX-20XX*
10+
*Release date: 14-Jan-2010*
1111

1212
Core and builtins
1313
-----------------

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
This is Python version 2.5.4
2-
============================
1+
This is Python version 2.5.5c1
2+
==============================
33

4-
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software
4+
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Python Software
55
Foundation.
66
All rights reserved.
77

0 commit comments

Comments
 (0)