~ chicken-core (chicken-5) cf5f4614bfeb036f1bf14362c228aa1863a85670
commit cf5f4614bfeb036f1bf14362c228aa1863a85670
Author: Felix <bunny351@gmail.com>
AuthorDate: Sun Oct 11 00:59:56 2009 +0200
Commit: Felix <bunny351@gmail.com>
CommitDate: Sun Oct 11 00:59:56 2009 +0200
not quite correct change in chicken-version
diff --git a/library.scm b/library.scm
index 7a79f736..71403475 100644
--- a/library.scm
+++ b/library.scm
@@ -3355,7 +3355,8 @@ EOF
(if (##sys#fudge 32) " gchooks" "")
(if (##sys#fudge 35) " applyhook" "")
(if (##sys#fudge 39) " cross" "") ) ) )
- (string-append "Version " +build-version+ "\n")
+ (string-append
+ "Version " +build-version+ "\n"
(get-config)
(if (zero? (##sys#size spec))
""
Trap