aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/repl_ln.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/clojure/contrib/repl_ln.clj')
-rw-r--r--src/clojure/contrib/repl_ln.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/repl_ln.clj b/src/clojure/contrib/repl_ln.clj
index b970b5bd..bf9a66b2 100644
--- a/src/clojure/contrib/repl_ln.clj
+++ b/src/clojure/contrib/repl_ln.clj
@@ -135,7 +135,7 @@
[& args]
(repl :init
(fn []
- (println "Clojure")
+ (println "Clojure" (clojure-version))
(in-ns 'user)
(process-command-line args))))