~ chicken-core (chicken-5) 67332101f008d672bc5cb63fd140ae7461af9e7a
commit 67332101f008d672bc5cb63fd140ae7461af9e7a
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Wed Nov 18 08:34:27 2009 +0100
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Wed Nov 18 08:34:27 2009 +0100
bumped version to 4.2.5
diff --git a/README b/README
index f2692a73..4fb15c84 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@
(c) 2000-2007, Felix L. Winkelmann
(c) 2008-2009, The Chicken Team
- version 4.2.4
+ version 4.2.5
1. Introduction:
diff --git a/buildversion b/buildversion
index 74ecad8a..ad35fe0d 100644
--- a/buildversion
+++ b/buildversion
@@ -1 +1 @@
-4.2.4
\ No newline at end of file
+4.2.5
\ No newline at end of file
diff --git a/manual/The User's Manual b/manual/The User's Manual
index e29e1921..d672dddf 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.2.4
+This is the manual for Chicken Scheme, version 4.2.5
; [[Getting started]] : What is CHICKEN and how do I use it?
diff --git a/version.scm b/version.scm
index bad3df6d..652740fb 100644
--- a/version.scm
+++ b/version.scm
@@ -1 +1 @@
-(define-constant +build-version+ "4.2.4")
+(define-constant +build-version+ "4.2.5")
Trap