~ chicken-core (chicken-5) d3987ff8d5607544625aa471bd287af02edce148
commit d3987ff8d5607544625aa471bd287af02edce148 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Thu Nov 19 17:15:02 2009 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Thu Nov 19 17:15:02 2009 +0100 bumped version to 4.2.6 diff --git a/NEWS b/NEWS index 3cf95fe8..d0396c94 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +4.2.6 + +- Fixed bug in `reexport' that made it impossible to reexport core library + definitions + 4.2.5 - fix in optimizer that sometimes caused C functions for inlined diff --git a/README b/README index 4fb15c84..de1e1029 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ (c) 2000-2007, Felix L. Winkelmann (c) 2008-2009, The Chicken Team - version 4.2.5 + version 4.2.6 1. Introduction: diff --git a/buildversion b/buildversion index ad35fe0d..0ce756d2 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.2.5 \ No newline at end of file +4.2.6 \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index d672dddf..72ee01f3 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.5 +This is the manual for Chicken Scheme, version 4.2.6 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index 652740fb..73b9a02d 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.2.5") +(define-constant +build-version+ "4.2.6")Trap