From: Chris Hanson Date: Mon, 5 Nov 2001 19:46:24 +0000 (+0000) Subject: Many changes to closure analysis require incrementing version number. X-Git-Tag: 20090517-FFI~2465 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1ee3eb33c9bf914b8abb2192b1423a4c898bc33a;p=mit-scheme.git Many changes to closure analysis require incrementing version number. --- 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