From 1ee3eb33c9bf914b8abb2192b1423a4c898bc33a Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 5 Nov 2001 19:46:24 +0000 Subject: [PATCH] Many changes to closure analysis require incrementing version number. --- v7/src/compiler/base/make.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/compiler/base/make.scm b/v7/src/compiler/base/make.scm index 8f1209ba0..d64933c90 100644 --- a/v7/src/compiler/base/make.scm +++ b/v7/src/compiler/base/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: make.scm,v 4.114 2001/10/16 17:56:47 cph Exp $ +$Id: make.scm,v 4.115 2001/11/05 19:46:24 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology @@ -34,4 +34,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA (load-option 'HASH-TABLE) (load-option 'RB-TREE) (load-package-set "compiler"))) - (add-identification! (string-append "Liar (" architecture-name ")") 4 112)) \ No newline at end of file + (add-identification! (string-append "Liar (" architecture-name ")") 4 113)) \ No newline at end of file -- 2.25.1