Skip to content
Snippets Groups Projects
Commit 396871f5 authored by ram's avatar ram
Browse files

Set up herald to display the version. Don't put lisp version in

*hemlock-version*.
parent 13701b92
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/main.lisp,v 1.12 1992/05/23 02:02:36 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/main.lisp,v 1.13 1992/05/25 21:38:31 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -31,10 +31,10 @@ ...@@ -31,10 +31,10 @@
;;;; Definition of *hemlock-version*. ;;;; Definition of *hemlock-version*.
(defvar *hemlock-version* (defvar *hemlock-version* "3.5")
(concatenate 'string "3.5 (" lisp::*lisp-implementation-version* ")"))
(pushnew :hemlock *features*) (pushnew :hemlock *features*)
(setf (getf ext:*herald-items* :hemlock)
`(" Hemlock " ,*hemlock-version*))
;;;; %INIT-HEMLOCK. ;;;; %INIT-HEMLOCK.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment