~ chicken-core (chicken-5) ff47f1c2c4cbfed2a3e63be8c9f0906c3144f0dd
commit ff47f1c2c4cbfed2a3e63be8c9f0906c3144f0dd Author: felix <felix@call-with-current-continuation.org> AuthorDate: Mon Dec 21 12:15:15 2009 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Mon Dec 21 12:15:15 2009 +0100 bumped version to 4.2.15 diff --git a/NEWS b/NEWS index aabd1d0a..aa5637d3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +4.2.15 + +- fixes in types.db by Jim Ursetto + 4.2.14 - `move-memory!' catches negative offsets now (Thanks to Jim Ursetto) diff --git a/README b/README index 994243b9..3db6ba02 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ (c) 2008-2009, The Chicken Team (c) 2000-2007, Felix L. Winkelmann - version 4.2.14 + version 4.2.15 1. Introduction: diff --git a/buildversion b/buildversion index 2393fefa..9dd64db3 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.2.14 \ No newline at end of file +4.2.15 \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index 0936b8b1..79174843 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.14 +This is the manual for Chicken Scheme, version 4.2.15 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index 9b6ee91c..bf2c531f 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.2.14") +(define-constant +build-version+ "4.2.15")Trap