~ chicken-core (chicken-5) 458d8da13f192dca6fdfd2a4ad613feb351646ea


commit 458d8da13f192dca6fdfd2a4ad613feb351646ea
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Fri Jun 24 19:32:19 2011 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Fri Jun 24 19:32:19 2011 +0200

    bumped version to 4.7.2

diff --git a/README b/README
index d99569ab..044586a6 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
   (c) 2008-2011, The Chicken Team
   (c) 2000-2007, Felix L. Winkelmann
 
-  version 4.7.2
+  version 4.7.3
 
 
  1. Introduction
diff --git a/buildversion b/buildversion
index 0b87099c..4178d093 100644
--- a/buildversion
+++ b/buildversion
@@ -1 +1 @@
-4.7.2
\ No newline at end of file
+4.7.3
\ No newline at end of file
diff --git a/manual/The User's Manual b/manual/The User's Manual
index cfa1e1ea..b6642a41 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.2
+This is the manual for Chicken Scheme, version 4.7.3
 
 ; [[Getting started]] : What is CHICKEN and how do I use it?
 
diff --git a/version.scm b/version.scm
index 6bf306eb..a3442ccf 100644
--- a/version.scm
+++ b/version.scm
@@ -1 +1 @@
-(define-constant +build-version+ "4.7.2")
+(define-constant +build-version+ "4.7.3")
Trap