From 3d9fb21fb9e5b2dd294e6b0cbd20a445c3c0c097 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Mon, 25 May 1992 21:49:00 +0000
Subject: [PATCH] Put version in the herald.

---
 pcl/cmu-low.lisp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pcl/cmu-low.lisp b/pcl/cmu-low.lisp
index 102864b0a..c3f2d073b 100644
--- a/pcl/cmu-low.lisp
+++ b/pcl/cmu-low.lisp
@@ -29,6 +29,8 @@
 
 (in-package 'pcl)
 
+(setf (getf ext:*herald-items* :pcl)
+      `("    CLOS based on PCL version:  " ,*pcl-system-date*))
 
 ;;; Just use our without-interrupts.  We don't have the INTERRUPTS-ON/OFF local
 ;;; macros spec'ed in low.lisp, but they aren't used.
-- 
GitLab