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