~ chicken-core (chicken-5) c21369188d5452626e89ac16fa21801dd010c6b2
commit c21369188d5452626e89ac16fa21801dd010c6b2 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Sat Nov 21 12:46:14 2009 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Sat Nov 21 12:46:14 2009 +0100 bumped version to 4.2.8 diff --git a/README b/README index 22e2492a..044fe20b 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ (c) 2000-2007, Felix L. Winkelmann (c) 2008-2009, The Chicken Team - version 4.2.7 + version 4.2.8 1. Introduction: diff --git a/buildversion b/buildversion index c30a8151..a22a2817 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.2.7 \ No newline at end of file +4.2.8 \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index 464fd0f7..4596476c 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.7 +This is the manual for Chicken Scheme, version 4.2.8 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index d7254a20..101338d8 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.2.7") +(define-constant +build-version+ "4.2.8")Trap