~ chicken-core (chicken-5) e7e92c9aad1713e36a0e8eaf9cc19530fe6f0f90
commit e7e92c9aad1713e36a0e8eaf9cc19530fe6f0f90
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Jun 1 13:37:35 2010 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Tue Jun 1 13:37:35 2010 +0200
bumped version to 4.5.2
diff --git a/README b/README
index b820b435..c82f6293 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
(c) 2008-2010, The Chicken Team
(c) 2000-2007, Felix L. Winkelmann
- version 4.5.1
+ version 4.5.2
1. Introduction
diff --git a/buildversion b/buildversion
index 99523d47..689f7fbd 100644
--- a/buildversion
+++ b/buildversion
@@ -1 +1 @@
-4.5.1
\ No newline at end of file
+4.5.2
\ No newline at end of file
diff --git a/manual/The User's Manual b/manual/The User's Manual
index 2e31403c..6d068fdc 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.1
+This is the manual for Chicken Scheme, version 4.5.2
; [[Getting started]] : What is CHICKEN and how do I use it?
diff --git a/version.scm b/version.scm
index 0874733f..e6ababe5 100644
--- a/version.scm
+++ b/version.scm
@@ -1 +1 @@
-(define-constant +build-version+ "4.5.1")
+(define-constant +build-version+ "4.5.2")
Trap