~ chicken-core (chicken-5) 1ae0742795220505b7f9477f4eef2baf50604727
commit 1ae0742795220505b7f9477f4eef2baf50604727 Author: Ivan Raikov <igr@debian.oist.jp> AuthorDate: Mon May 10 00:32:44 2010 +0900 Commit: Ivan Raikov <igr@debian.oist.jp> CommitDate: Mon May 10 00:32:44 2010 +0900 set prerelease version to 4.5.0rc4 diff --git a/README b/README index f420e39f..70ab5dbb 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ (c) 2008-2010, The Chicken Team (c) 2000-2007, Felix L. Winkelmann - version 4.5.0rc3 + version 4.5.0rc4 1. Introduction: diff --git a/buildversion b/buildversion index a62c094a..16d52080 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.5.0rc3 \ No newline at end of file +4.5.0rc4 \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index 03a822bc..a8490bc8 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.0rc3 +This is the manual for Chicken Scheme, version 4.5.0rc4 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index 2f062a96..363593e5 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.5.0rc3") +(define-constant +build-version+ "4.5.0rc4")Trap