From 5cc727ad7b416c4d5abe4a45389d92f265bf989f Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Thu, 18 Nov 2004 12:32:27 +0000 Subject: 2.4rc1 --- Lib/idlelib/NEWS.txt | 2 +- Lib/idlelib/idlever.py | 2 +- Misc/NEWS | 2 +- Misc/RPM/python-2.4.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 4f7cf33..3ca573d 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,7 @@ What's New in IDLE 1.1b3/rc1? ============================= -*Release date: XX-XXX-2004* +*Release date: 18-NOV-2004* - Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" button) caused IDLE to fail on restart (no new keyset was created in diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index d1092fa..d4d8295 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.1b2" +IDLE_VERSION = "1.1c1" diff --git a/Misc/NEWS b/Misc/NEWS index a9e4ecb..0bbfb88 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -7,7 +7,7 @@ Python News What's New in Python 2.4 (release candidate 1|beta 3) ===================================================== -*Release date: XX-XXX-2004* +*Release date: 18-NOV-2004* Core and builtins ----------------- diff --git a/Misc/RPM/python-2.4.spec b/Misc/RPM/python-2.4.spec index 9bfdf40..dce3842 100644 --- a/Misc/RPM/python-2.4.spec +++ b/Misc/RPM/python-2.4.spec @@ -33,7 +33,7 @@ ################################# %define name python -%define version 2.4b2 +%define version 2.4c1 %define libvers 2.4 %define release 1pydotorg %define __prefix /usr -- cgit v0.12