~ chicken-core (chicken-5) b8fa8c78a1caa610de2acb01f8e2ac32f4c833fa
commit b8fa8c78a1caa610de2acb01f8e2ac32f4c833fa Author: felix <bunny351@gmail.com> AuthorDate: Tue May 4 09:44:11 2010 +0200 Commit: felix <bunny351@gmail.com> CommitDate: Tue May 4 09:44:11 2010 +0200 bumped version to 4.5.0rc3 diff --git a/README b/README index 34aa0b7f..f420e39f 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ (c) 2008-2010, The Chicken Team (c) 2000-2007, Felix L. Winkelmann - version 4.5.0rc2 + version 4.5.0rc3 1. Introduction: diff --git a/buildversion b/buildversion index 26a9bb60..a62c094a 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.5.0rc2 +4.5.0rc3 \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index 10a124d6..03a822bc 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.0rc1 +This is the manual for Chicken Scheme, version 4.5.0rc3 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index e883a2a7..2f062a96 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.5.0rc2") +(define-constant +build-version+ "4.5.0rc3")Trap