Skip to content
Snippets Groups Projects
Commit 20186dce authored by chiles's avatar chiles
Browse files

Fixed value stored into *hemlock-version*.
parent 1a40d19e
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.31 1991/07/16 12:01:50 wlott Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.32 1991/07/16 17:38:47 chiles Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -132,7 +132,7 @@
(hi::build-hemlock)
#-no-hemlock
(set '*hemlock-version*
(concatenate 'string *hemlock-version*
(concatenate 'string *hemlock-version* " "
"(" *lisp-implementation-version* ")"))
#|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment