From f9d0e2df7a0a712ecd46dec91a89cf23432fbeef Mon Sep 17 00:00:00 2001 From: pmai <pmai> Date: Tue, 4 Mar 2003 00:46:46 +0000 Subject: [PATCH] Change herald info on CLOS, to indicate non-trivial changes to CLOS/PCL. --- pcl/defsys.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcl/defsys.lisp b/pcl/defsys.lisp index ee832f1bd..bc2133d4a 100644 --- a/pcl/defsys.lisp +++ b/pcl/defsys.lisp @@ -26,7 +26,7 @@ ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/defsys.lisp,v 1.28 2002/10/19 14:56:02 pmai Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/defsys.lisp,v 1.29 2003/03/04 00:46:46 pmai Exp $") ;;; ;;; Some support stuff for compiling and loading PCL. It would be nice if ;;; there was some portable make-system we could all agree to share for a @@ -70,7 +70,7 @@ (defvar *pcl-system-date* "September 16 92 PCL (f)") (setf (getf ext:*herald-items* :pcl) - `(" CLOS based on PCL version: " ,*pcl-system-date*)) + `(" CLOS 18e (based on PCL " ,*pcl-system-date* ")")) ;;; Yet Another Sort Of General System Facility and friends. -- GitLab