~ chicken-core (chicken-5) 8f37c692cfc1f9090f9193db3af5a033fa59f0e8
commit 8f37c692cfc1f9090f9193db3af5a033fa59f0e8 Author: Felix <bunny351@gmail.com> AuthorDate: Mon Nov 9 23:02:08 2009 +0100 Commit: Felix <bunny351@gmail.com> CommitDate: Mon Nov 9 23:02:08 2009 +0100 updatedv version to 4.2.4 diff --git a/NEWS b/NEWS index 8c1c5abc..cd45b544 100644 --- a/NEWS +++ b/NEWS @@ -35,7 +35,6 @@ Zbigniew, reported by Marijn Schouten) - csc now always exits with a status code of 1 on errors (patch by Zbigniew) - 4.1.0 - The new parameter "parantheses-synonyms" and the command-line diff --git a/README b/README index 2910fd3d..d2fdd8f0 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ (c) 2000-2007, Felix L. Winkelmann (c) 2008-2009, The Chicken Team - version 4.2.3 + version 4.2.4 1. Introduction: diff --git a/buildversion b/buildversion index ec87108d..74ecad8a 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.2.3 \ No newline at end of file +4.2.4 \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index 2aed07e9..e29e1921 100644 --- a/manual/The User's Manual +++ b/manual/The User's Manual @@ -6,7 +6,7 @@ <img style="float:right; border-left:1px solid #ccc;border-bottom:1px solid #ccc;margin-left:1em;" src="http://www.call-with-current-continuation.org/chicken4.png" alt="Stylized picture of a chicken"/> </nowiki> -This is the manual for Chicken Scheme, version 4.2.3 +This is the manual for Chicken Scheme, version 4.2.4 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index b1dcfcd4..bad3df6d 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.2.3") +(define-constant +build-version+ "4.2.4")Trap