~ chicken-core (chicken-5) 83ce6a6d58ea155a6957c30f556779cbfc1caf08
commit 83ce6a6d58ea155a6957c30f556779cbfc1caf08 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Fri Jul 9 15:54:15 2010 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Fri Jul 9 15:54:15 2010 +0200 bumped version to 4.5.7 diff --git a/README b/README index 28ca03ef..88182d43 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ (c) 2008-2010, The Chicken Team (c) 2000-2007, Felix L. Winkelmann - version 4.5.6 + version 4.5.7 1. Introduction diff --git a/buildversion b/buildversion index 2733e926..0c8d4d7e 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.5.6 \ No newline at end of file +4.5.7 \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index 6c343645..ea35e8b1 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.5.6 +This is the manual for Chicken Scheme, version 4.5.7 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index 00df5820..37434af6 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.5.6") +(define-constant +build-version+ "4.5.7")Trap