From 4dfd8e3cfd09e9a28c6530f0757480657689695c Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Tue, 12 Mar 1991 16:44:05 +0000 Subject: [PATCH] Changed compiler-version to 1.0, and made it a defvar so that core building can set it in advance. --- compiler/main.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/main.lisp b/compiler/main.lisp index 94efc1f5a..3320c48e4 100644 --- a/compiler/main.lisp +++ b/compiler/main.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.33 1991/03/11 17:15:39 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.34 1991/03/12 16:44:05 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -35,7 +35,7 @@ *last-source-form* *last-format-string* *last-format-args* *last-message-count* *lexical-environment*)) -(defparameter compiler-version "0.0") +(defvar compiler-version "1.0") (defvar *check-consistency* nil) (defvar *all-components*) -- GitLab