~ chicken-core (chicken-5) 5bd8e7c32566c856b6b6159e8c732a504d6ae802
commit 5bd8e7c32566c856b6b6159e8c732a504d6ae802 Author: Ivan Raikov <ivan@debian.oist.jp> AuthorDate: Mon Sep 13 13:37:36 2010 +0900 Commit: Ivan Raikov <ivan@debian.oist.jp> CommitDate: Mon Sep 13 13:37:55 2010 +0900 Merge prerelease into release branch diff --git a/README b/README index d2259a3b..20f967fb 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ (c) 2008-2010, The Chicken Team (c) 2000-2007, Felix L. Winkelmann - version 4.6.0rc1 + version 4.6.0 1. Introduction diff --git a/buildversion b/buildversion index 3ac939b5..28446a5e 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.6.0rc1 \ No newline at end of file +4.6.0 \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index d2ce4719..c7b7328c 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.6.0rc1 +This is the manual for Chicken Scheme, version 4.6.0 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index 2542ce6a..ca033cf6 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.6.0rc1") +(define-constant +build-version+ "4.6.0")Trap