summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-03-11 17:59:53 +0000
committerMartin v. Löwis <martin@v.loewis.de>2008-03-11 17:59:53 +0000
commit50d55ff8c73f484708225d492a2167b82c8c8bb8 (patch)
treefbd190bbfe061f76be80bf37e4091bfec61dfc43
parentd487aa11ed64d0b8c6e397f5fae73e30b25b818c (diff)
downloadcpython-git-2.4.5.tar.gz
Prepare for 2.4.5v2.4.5
-rw-r--r--Include/patchlevel.h6
-rw-r--r--Lib/idlelib/NEWS.txt5
-rw-r--r--Lib/idlelib/idlever.py2
-rw-r--r--Misc/NEWS7
-rw-r--r--README4
5 files changed, 17 insertions, 7 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 3cd2a0bf2c..f148c015bb 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -22,11 +22,11 @@
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 4
#define PY_MICRO_VERSION 5
-#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.4.5c1"
+#define PY_VERSION "2.4.5"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index a54853882a..c754ea51ba 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,3 +1,8 @@
+What's New in IDLE 1.1.5?
+=========================
+
+*Release date: 11-Mar-2006*
+
What's New in IDLE 1.1.5c1?
=========================
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index 7279f494c4..19ba22a1da 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "1.1.5c1"
+IDLE_VERSION = "1.1.5"
diff --git a/Misc/NEWS b/Misc/NEWS
index cf092e4376..9d8618acf5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,10 +4,15 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.)
+What's New in Python 2.4.5?
+=============================
+
+*Release date: 11-Mar-2008*
+
What's New in Python 2.4.5c1?
=============================
-*Release date: 20-Mar-2008*
+*Release date: 02-Mar-2008*
Core and builtins
diff --git a/README b/README
index 35cfa36ce8..5f8dae11f0 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 2.4.5c1
-==============================
+This is Python version 2.4.5
+============================
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software Foundation.
All rights reserved.