~ chicken-core (chicken-5) 81978c04ad9abe61b1f92ad4fa5bbeeefaef0042
commit 81978c04ad9abe61b1f92ad4fa5bbeeefaef0042 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Mon Jun 21 16:05:27 2010 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Mon Jun 21 16:05:27 2010 +0200 bumped version to 4.5.4 diff --git a/README b/README index dd048a52..526dd357 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ (c) 2008-2010, The Chicken Team (c) 2000-2007, Felix L. Winkelmann - version 4.5.3 + version 4.5.4 1. Introduction diff --git a/buildversion b/buildversion index ae6e65bd..d01c9f66 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.5.3 \ No newline at end of file +4.5.4 \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index 18ad7293..87949b2b 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.3 +This is the manual for Chicken Scheme, version 4.5.4 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index 2767a9ae..3e566d87 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.5.3") +(define-constant +build-version+ "4.5.4")Trap