~ chicken-core (chicken-5) 5e654f8f39ffd6d4f8e44a518049907b4454f366
commit 5e654f8f39ffd6d4f8e44a518049907b4454f366 Author: felix <felix@z.(none)> AuthorDate: Fri Apr 8 07:58:54 2011 +0200 Commit: felix <felix@z.(none)> CommitDate: Fri Apr 8 07:58:54 2011 +0200 bumped version to 4.6.8 diff --git a/README b/README index c342264d..fbf13145 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ (c) 2008-2011, The Chicken Team (c) 2000-2007, Felix L. Winkelmann - version 4.6.7 + version 4.6.8 1. Introduction diff --git a/buildversion b/buildversion index 16f8758a..45fc36e8 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.6.7 \ No newline at end of file +4.6.8 \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index 4279caab..1ed4f5f5 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.6.7 +This is the manual for Chicken Scheme, version 4.6.8 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index feb3d4ad..f8a7192a 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.6.7") +(define-constant +build-version+ "4.6.8")Trap