~ chicken-core (chicken-5) 08170cecbe63c8dbe86c6b0a14b64f04e18337d8
commit 08170cecbe63c8dbe86c6b0a14b64f04e18337d8 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Wed Feb 2 09:38:13 2011 -0500 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Wed Feb 2 09:38:13 2011 -0500 bumped version to 4.6.5 diff --git a/README b/README index 8312e6c4..51174793 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ (c) 2008-2011, The Chicken Team (c) 2000-2007, Felix L. Winkelmann - version 4.6.4 + version 4.6.5 1. Introduction diff --git a/buildversion b/buildversion index 101d404f..d9167bb6 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.6.4 \ No newline at end of file +4.6.5 \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index d7e87680..d9771950 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.4 +This is the manual for Chicken Scheme, version 4.6.5 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index 4ad2ba77..e96173bd 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.6.4") +(define-constant +build-version+ "4.6.5")Trap