~ chicken-core (chicken-5) 8f27a6e31588a4d45baef31649e9771326185197
commit 8f27a6e31588a4d45baef31649e9771326185197 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Wed Feb 9 08:23:59 2011 -0500 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Wed Feb 9 08:23:59 2011 -0500 bumped exp. version to 4.6.6 - sigh. diff --git a/README b/README index 731c511a..4ab42f0d 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ (c) 2008-2011, The Chicken Team (c) 2000-2007, Felix L. Winkelmann - version 4.6.5 + version 4.6.6 1. Introduction diff --git a/buildversion b/buildversion index d9167bb6..b3a44c11 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.6.5 \ No newline at end of file +4.6.6 \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index d9771950..86833a93 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.5 +This is the manual for Chicken Scheme, version 4.6.6 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index e96173bd..2b8e66ab 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.6.5") +(define-constant +build-version+ "4.6.6")Trap