~ chicken-core (chicken-5) 917631a8457e8f8d1cd8f19339a22d4f996ff2ee


commit 917631a8457e8f8d1cd8f19339a22d4f996ff2ee
Merge: 469e2545 d811d03a
Author:     Ivan Raikov <igr@debian.oist.jp>
AuthorDate: Wed May 12 00:39:45 2010 +0900
Commit:     Ivan Raikov <igr@debian.oist.jp>
CommitDate: Wed May 12 00:39:45 2010 +0900

    Merge branch prerelease into release

diff --cc README
index b90349e5,70ab5dbb..08ab08f2
--- a/README
+++ b/README
@@@ -1,9 -1,9 +1,9 @@@
  
    README file for the CHICKEN Scheme system
-   (c) 2008-2009, The Chicken Team
+   (c) 2008-2010, The Chicken Team
    (c) 2000-2007, Felix L. Winkelmann
  
-   version 4.4.0
 -  version 4.5.0rc4
++  version 4.5.0
  
   1. Introduction:
  
diff --cc buildversion
index fdc66988,16d52080..a84947d6
--- a/buildversion
+++ b/buildversion
@@@ -1,1 -1,1 +1,1 @@@
- 4.4.0
 -4.5.0rc4
++4.5.0
diff --cc manual/The User's Manual
index 88bdc882,a8490bc8..5d7a6f6f
--- a/manual/The User's Manual
+++ b/manual/The User's Manual
@@@ -6,7 -6,8 +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.4.0
 -This is the manual for Chicken Scheme, version 4.5.0rc4
 -
++This is the manual for Chicken Scheme, version 4.5.0
  
  ; [[Getting started]] : What is CHICKEN and how do I use it?
  
diff --cc version.scm
index 32fe6970,363593e5..95f5ac75
--- a/version.scm
+++ b/version.scm
@@@ -1,1 -1,1 +1,1 @@@
- (define-constant +build-version+ "4.4.0")
 -(define-constant +build-version+ "4.5.0rc4")
++(define-constant +build-version+ "4.5.0")
Trap