~ chicken-core (chicken-5) 7dd29d6698a14991ac410ac26d366118e5244d4b
commit 7dd29d6698a14991ac410ac26d366118e5244d4b
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Thu Dec 17 22:03:04 2009 +0100
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Thu Dec 17 22:03:04 2009 +0100
bumped version to 4.2.15
diff --git a/README b/README
index 994243b9..3db6ba02 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@
(c) 2008-2009, The Chicken Team
(c) 2000-2007, Felix L. Winkelmann
- version 4.2.14
+ version 4.2.15
1. Introduction:
diff --git a/buildversion b/buildversion
index 2393fefa..9dd64db3 100644
--- a/buildversion
+++ b/buildversion
@@ -1 +1 @@
-4.2.14
\ No newline at end of file
+4.2.15
\ No newline at end of file
diff --git a/manual/The User's Manual b/manual/The User's Manual
index 0936b8b1..79174843 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.14
+This is the manual for Chicken Scheme, version 4.2.15
; [[Getting started]] : What is CHICKEN and how do I use it?
diff --git a/tests/runtests.sh b/tests/runtests.sh
index 75a9fc45..e1607ff7 100644
--- a/tests/runtests.sh
+++ b/tests/runtests.sh
@@ -222,7 +222,7 @@ echo "unboxed:"
$compile fft.scm -O5 -D unboxed
time ./a.out
echo "unboxed/unboxing:"
-$compile fft.scm -O5 -D unboxed -unboxing
+$compile fft.scm -O5 -D unboxed -unboxing -debug oxi | tee fft.out
time ./a.out
echo "======================================== done."
diff --git a/version.scm b/version.scm
index 9b6ee91c..bf2c531f 100644
--- a/version.scm
+++ b/version.scm
@@ -1 +1 @@
-(define-constant +build-version+ "4.2.14")
+(define-constant +build-version+ "4.2.15")
Trap