Skip to content

Commit cc4e066

Browse files
committed
Prepare for 2.4.6c1.
1 parent 9b8de84 commit cc4e066

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

Include/patchlevel.h

+4-4
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 4
24-
#define PY_MICRO_VERSION 5
25-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
26-
#define PY_RELEASE_SERIAL 0
24+
#define PY_MICRO_VERSION 6
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.4.5"
29+
#define PY_VERSION "2.4.6c1"
3030

3131
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
3232
Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */

Lib/idlelib/NEWS.txt

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1+
What's New in IDLE 1.1.6c1?
2+
=========================
3+
4+
*Release date: 13-Dec-2008*
5+
16
What's New in IDLE 1.1.5?
27
=========================
38

4-
*Release date: 11-Mar-2006*
9+
*Release date: 11-Mar-2008*
510

611
What's New in IDLE 1.1.5c1?
712
=========================
813

9-
*Release date: 02-Mar-2006*
14+
*Release date: 02-Mar-2008*
1015

1116
What's New in IDLE 1.1.4?
1217
=========================

Lib/idlelib/idlever.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
IDLE_VERSION = "1.1.5"
1+
IDLE_VERSION = "1.1.6c1"

Misc/NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Python News
77
What's New in Python 2.4.6c1?
88
=============================
99

10-
*Release date: xx-XXX-2008*
10+
*Release date: 13-Dec-2008*
1111

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

README

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This is Python version 2.4.5
2-
============================
1+
This is Python version 2.4.6c1
2+
==============================
33

44
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software Foundation.
55
All rights reserved.

0 commit comments

Comments
 (0)