Skip to content

Commit 4556e7e

Browse files
committed
Prepare for 2.4.6.
1 parent bc160b7 commit 4556e7e

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Include/patchlevel.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
#define PY_MAJOR_VERSION 2
2323
#define PY_MINOR_VERSION 4
2424
#define PY_MICRO_VERSION 6
25-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
26-
#define PY_RELEASE_SERIAL 1
25+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
26+
#define PY_RELEASE_SERIAL 0
2727

2828
/* Version as a string */
29-
#define PY_VERSION "2.4.6c1"
29+
#define PY_VERSION "2.4.6"
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
What's New in IDLE 1.1.6c1?
1+
What's New in IDLE 1.1.6?
22
=========================
33

4-
*Release date: 13-Dec-2008*
4+
*Release date: 19-Dec-2008*
55

66
What's New in IDLE 1.1.5?
77
=========================

Lib/idlelib/idlever.py

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

Misc/NEWS

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Python News
55
(editors: check NEWS.help for information about editing NEWS using ReST.)
66

77
What's New in Python 2.4.6?
8-
=============================
8+
===========================
99

10-
*Release date: 1X-Dec-2008*
10+
*Release date: 19-Dec-2008*
1111

1212

1313

README

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This is Python version 2.4.6c1
2-
==============================
1+
This is Python version 2.4.6
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)