aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 3cd2a0bf2c2..f148c015bb5 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 a54853882a1..c754ea51ba9 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 7279f494c4b..19ba22a1da2 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 cf092e43768..9d8618acf53 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 35cfa36ce8c..5f8dae11f06 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.