summaryrefslogtreecommitdiff
path: root/gc-benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'gc-benchmarks')
-rwxr-xr-xgc-benchmarks/gc-profile.scm2
1 files changed, 1 insertions, 1 deletions
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 <bug-guile@gnu.org>.~%"))
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