~ chicken-core (chicken-5) 815cadb12adf95a1cd8e1cdeff6e7a038c263a0e
commit 815cadb12adf95a1cd8e1cdeff6e7a038c263a0e Author: felix <felix@call-with-current-continuation.org> AuthorDate: Thu Nov 11 05:55:17 2010 -0500 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Thu Nov 11 05:55:17 2010 -0500 bumped version to 4.6.4 diff --git a/README b/README index e4d3813e..e783695f 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ (c) 2008-2010, The Chicken Team (c) 2000-2007, Felix L. Winkelmann - version 4.6.3 + version 4.6.4 1. Introduction diff --git a/buildversion b/buildversion index 7962f0fc..101d404f 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.6.3 \ No newline at end of file +4.6.4 \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index 65c47a9f..828493ee 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.3 +This is the manual for Chicken Scheme, version 4.6.4 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index 88088203..4ad2ba77 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.6.3") +(define-constant +build-version+ "4.6.4")Trap