~ chicken-core (chicken-5) 4294f891826d14590562654a0b86edee7bc280b9
commit 4294f891826d14590562654a0b86edee7bc280b9 Author: felix <felix@y.(none)> AuthorDate: Tue Aug 24 00:24:00 2010 +0200 Commit: felix <felix@y.(none)> CommitDate: Tue Aug 24 00:24:00 2010 +0200 bumped version diff --git a/README b/README index d2259a3b..3b82a423 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.1 1. Introduction diff --git a/buildversion b/buildversion index 3ac939b5..f4fa8fcb 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.6.0rc1 \ No newline at end of file +4.6.1 \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index d2ce4719..49191d34 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.1 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index 2542ce6a..70abb6e4 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.6.0rc1") +(define-constant +build-version+ "4.6.1")Trap