diff options
Diffstat (limited to 'src/clojure')
-rw-r--r-- | src/clojure/contrib/repl_ln.clj | 2 |
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)))) |