From 80ae2a184532a25336e4bec3b6ce63d3c51e3c47 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Thu, 25 Oct 1990 20:48:32 +0000
Subject: [PATCH] Forgot to change the header to contain the version instead of
 the code-format now that the code-format doesn't exist.

---
 compiler/dump.lisp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/compiler/dump.lisp b/compiler/dump.lisp
index 3e9f61eb9..ceee9e1f4 100644
--- a/compiler/dump.lisp
+++ b/compiler/dump.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dump.lisp,v 1.22 1990/10/24 01:28:48 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dump.lisp,v 1.23 1990/10/25 20:48:32 wlott Exp $
 ;;;
 ;;;    This file contains stuff that knows about dumping FASL files.
 ;;;
@@ -302,11 +302,11 @@
 	    "FASL FILE output from ~A.~@
 	    Compiled ~A on ~A~@
 	    Compiler ~A, Lisp ~A~@
-	    Targeted for ~A, FASL code format ~D~%"
+	    Targeted for ~A, FASL version ~D~%"
 	    where
 	    (ext:format-universal-time nil (get-universal-time))
 	    (machine-instance) compiler-version
-	    (lisp-implementation-version) vm-version target-fasl-code-format)
+	    (lisp-implementation-version) vm-version target-fasl-file-version)
     ;;
     ;; Terminate header.
     (dump-byte 255 res)
-- 
GitLab