~ chicken-core (chicken-5) f1643b6a66cd7872fa88a79bc15254c369bf1702
commit f1643b6a66cd7872fa88a79bc15254c369bf1702 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Fri Jun 25 09:14:43 2010 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Fri Jun 25 09:14:43 2010 +0200 bumped version to 4.5.6 diff --git a/README b/README index 08b75b59..9b97c650 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ (c) 2008-2010, The Chicken Team (c) 2000-2007, Felix L. Winkelmann - version 4.5.5 + version 4.5.6 1. Introduction diff --git a/buildversion b/buildversion index 50021202..2733e926 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.5.5 \ No newline at end of file +4.5.6 \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index 106f06a5..6c343645 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.5 +This is the manual for Chicken Scheme, version 4.5.6 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index 25345286..00df5820 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.5.5") +(define-constant +build-version+ "4.5.6")Trap