~ chicken-core (chicken-5) 318658ff28a083bffd6bef98353b554e81a0cc66


commit 318658ff28a083bffd6bef98353b554e81a0cc66
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Jun 22 16:07:22 2010 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Tue Jun 22 16:07:22 2010 +0200

    bumped version to 4.5.5

diff --git a/NEWS b/NEWS
index f36d2115..9c5dc94f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+4.5.5
+
+- removed dependency on `symbol-append' in some macros used in
+  srfi-4.scm to be able to compile the system with older chickens
+
 4.5.4
 
 - fixed bug in script that generates development snapshot (ahem)
diff --git a/README b/README
index 526dd357..08b75b59 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
   (c) 2008-2010, The Chicken Team
   (c) 2000-2007, Felix L. Winkelmann
 
-  version 4.5.4
+  version 4.5.5
 
 
  1. Introduction
diff --git a/buildversion b/buildversion
index d01c9f66..50021202 100644
--- a/buildversion
+++ b/buildversion
@@ -1 +1 @@
-4.5.4
\ No newline at end of file
+4.5.5
\ No newline at end of file
diff --git a/manual/The User's Manual b/manual/The User's Manual
index 87949b2b..106f06a5 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.4
+This is the manual for Chicken Scheme, version 4.5.5
 
 ; [[Getting started]] : What is CHICKEN and how do I use it?
 
diff --git a/version.scm b/version.scm
index 3e566d87..25345286 100644
--- a/version.scm
+++ b/version.scm
@@ -1 +1 @@
-(define-constant +build-version+ "4.5.4")
+(define-constant +build-version+ "4.5.5")
Trap