~ chicken-core (chicken-5) c7479e22f87a463808031274a95c93453ed520ef
commit c7479e22f87a463808031274a95c93453ed520ef Author: felix <felix@call-with-current-continuation.org> AuthorDate: Tue Apr 13 15:07:26 2010 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Tue Apr 13 15:07:26 2010 +0200 bumped version to 4.4.5, not tagged yet diff --git a/README b/README index 9c93e719..d00b3d7b 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ (c) 2008-2009, The Chicken Team (c) 2000-2007, Felix L. Winkelmann - version 4.4.4 + version 4.4.5 1. Introduction: diff --git a/buildversion b/buildversion index f15ec04e..5f704980 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.4.4 \ No newline at end of file +4.4.5 \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index b4b57d34..85e424cd 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.4.4 +This is the manual for Chicken Scheme, version 4.4.5 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index 40ed24eb..9a79e161 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.4.4") +(define-constant +build-version+ "4.4.5")Trap