~ chicken-core (chicken-5) 9ba41daed4e39322013c10abae1a730af0e355d9
commit 9ba41daed4e39322013c10abae1a730af0e355d9 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Fri Dec 11 09:22:10 2009 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Fri Dec 11 09:22:10 2009 +0100 bumped version to 4.2.14 diff --git a/NEWS b/NEWS index f3d6f0ae..aabd1d0a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +4.2.14 + +- `move-memory!' catches negative offsets now (Thanks to Jim Ursetto) +- deprecated `define-compiled-syntax' + 4.2.13 - added new floating-point primitives `fpsin`, `fpcos', `fptan', diff --git a/README b/README index 140876e7..994243b9 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ (c) 2008-2009, The Chicken Team (c) 2000-2007, Felix L. Winkelmann - version 4.2.13 + version 4.2.14 1. Introduction: diff --git a/buildversion b/buildversion index a85ba9b7..2393fefa 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.2.13 \ No newline at end of file +4.2.14 \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index d07a6bd2..0936b8b1 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.13 +This is the manual for Chicken Scheme, version 4.2.14 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index abcaf2c7..9b6ee91c 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.2.13") +(define-constant +build-version+ "4.2.14")Trap