From b9ecffc508d4c1db02937584b3ccc16533889156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 11 Nov 2008 18:19:24 +0100 Subject: gc-profile: Show the result of `(version)'. * gc-benchmarks/gc-profile.scm (main): Show `(version)'. --- gc-benchmarks/gc-profile.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gc-benchmarks') diff --git a/gc-benchmarks/gc-profile.scm b/gc-benchmarks/gc-profile.scm index cc35242da..002bfc595 100755 --- a/gc-benchmarks/gc-profile.scm +++ b/gc-benchmarks/gc-profile.scm @@ -265,7 +265,7 @@ Report bugs to .~%")) load))) (parameterize ((*iteration-count* (assoc-ref options 'iterations))) - (format #t "running `~a'...~%" prog) + (format #t "running `~a' with Guile ~a...~%" prog (version)) (let ((start (gettimeofday))) (dynamic-wind -- cgit v1.2.1