~ chicken-core (chicken-5) fd53e823cab6cc5fc5b71e5548ca08b2b7ebb152
commit fd53e823cab6cc5fc5b71e5548ca08b2b7ebb152 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Mon Aug 9 20:32:54 2010 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Mon Aug 9 20:32:54 2010 +0200 bumped version to 4.5.8 diff --git a/README b/README index 56342de6..07f5ddbf 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ (c) 2008-2010, The Chicken Team (c) 2000-2007, Felix L. Winkelmann - version 4.5.7 + version 4.5.8 1. Introduction diff --git a/buildversion b/buildversion index 0c8d4d7e..b544af5f 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.5.7 \ No newline at end of file +4.5.8 \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index ea35e8b1..2ff3f0c7 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.7 +This is the manual for Chicken Scheme, version 4.5.8 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index 37434af6..e5c2f663 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.5.7") +(define-constant +build-version+ "4.5.8")Trap