~ chicken-core (chicken-5) d298bab2fc13dd0145d2b13aa296d2e865466d61
commit d298bab2fc13dd0145d2b13aa296d2e865466d61 Author: felix <felix@z.(none)> AuthorDate: Sat Apr 2 23:17:59 2011 +0200 Commit: felix <felix@z.(none)> CommitDate: Sat Apr 2 23:17:59 2011 +0200 bumped version to 4.6.7 diff --git a/README b/README index ebe94e89..c342264d 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ (c) 2008-2011, The Chicken Team (c) 2000-2007, Felix L. Winkelmann - version 4.6.6 + version 4.6.7 1. Introduction diff --git a/buildversion b/buildversion index b3a44c11..16f8758a 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.6.6 \ No newline at end of file +4.6.7 \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index 86833a93..4279caab 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.6 +This is the manual for Chicken Scheme, version 4.6.7 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index 2b8e66ab..feb3d4ad 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.6.6") +(define-constant +build-version+ "4.6.7")Trap