~ chicken-core (chicken-5) cf9aea2d88708e5227e909ef4dbc8bec33e02d74
commit cf9aea2d88708e5227e909ef4dbc8bec33e02d74 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Wed Jun 22 05:40:53 2011 -0400 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Wed Jun 22 05:40:53 2011 -0400 bumped version to 4.7.2 diff --git a/README b/README index 86e22af7..d99569ab 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ (c) 2008-2011, The Chicken Team (c) 2000-2007, Felix L. Winkelmann - version 4.7.1 + version 4.7.2 1. Introduction diff --git a/buildversion b/buildversion index cfacfe40..0b87099c 100644 --- a/buildversion +++ b/buildversion @@ -1 +1 @@ -4.7.1 \ No newline at end of file +4.7.2 \ No newline at end of file diff --git a/manual/The User's Manual b/manual/The User's Manual index dac9de6d..cfa1e1ea 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.7.1 +This is the manual for Chicken Scheme, version 4.7.2 ; [[Getting started]] : What is CHICKEN and how do I use it? diff --git a/version.scm b/version.scm index 6ce2f2ae..6bf306eb 100644 --- a/version.scm +++ b/version.scm @@ -1 +1 @@ -(define-constant +build-version+ "4.7.1") +(define-constant +build-version+ "4.7.2")Trap