From: Chris Hanson Date: Sun, 3 Jan 1999 05:24:12 +0000 (+0000) Subject: Fix version. X-Git-Tag: 20090517-FFI~4696 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=44e4872c09513b61315512c2865477e252e700c7;p=mit-scheme.git Fix version. --- diff --git a/v7/src/6001/make.scm b/v7/src/6001/make.scm index 15681cb94..b18b56550 100644 --- a/v7/src/6001/make.scm +++ b/v7/src/6001/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: make.scm,v 15.29 1999/01/02 06:06:43 cph Exp $ +$Id: make.scm,v 15.30 1999/01/03 05:21:06 cph Exp $ Copyright (c) 1991-1999 Massachusetts Institute of Technology @@ -37,7 +37,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (string-ci=? "HP-UX" microcode-id/operating-system-variant)) (load "floppy" edwin))))))) ((access initialize-package! (->environment '(student scode-rewriting)))) -(add-identification! "6.001" 15 28) +(add-identification! "6.001" 15 30) ;;; Customize the runtime system: (set! repl:allow-restart-notifications? false) diff --git a/v7/src/compiler/base/make.scm b/v7/src/compiler/base/make.scm index 8742e6c09..a61336ff1 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.109 1999/01/02 06:06:43 cph Exp $ +$Id: make.scm,v 4.110 1999/01/03 05:23:02 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology @@ -39,4 +39,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 'INITIALIZE-PACKAGE!))))) (initialize-package! '(COMPILER MACROS)) (initialize-package! '(COMPILER DECLARATIONS))) - (add-identification! (string-append "Liar (" architecture-name ")") 4 108)) \ No newline at end of file + (add-identification! (string-append "Liar (" architecture-name ")") 4 110)) \ No newline at end of file diff --git a/v7/src/cref/make.scm b/v7/src/cref/make.scm index a418019f4..52eba4adb 100644 --- a/v7/src/cref/make.scm +++ b/v7/src/cref/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: make.scm,v 1.17 1999/01/02 06:11:34 cph Exp $ +$Id: make.scm,v 1.18 1999/01/03 05:22:10 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology @@ -33,4 +33,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (lambda () (load-option 'RB-TREE) (package/system-loader "cref" '() false))))) -(add-identification! "CREF" 1 16) \ No newline at end of file +(add-identification! "CREF" 1 18) \ No newline at end of file diff --git a/v7/src/edwin/make.scm b/v7/src/edwin/make.scm index 1dd098367..ec46d964b 100644 --- a/v7/src/edwin/make.scm +++ b/v7/src/edwin/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: make.scm,v 3.94 1999/01/02 06:11:34 cph Exp $ +$Id: make.scm,v 3.95 1999/01/03 05:23:38 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology @@ -45,4 +45,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ((UNIX) "edwinunx") (else "edwinunk")))))) 'QUERY))))) -(add-identification! "Edwin" 3 93) \ No newline at end of file +(add-identification! "Edwin" 3 95) \ No newline at end of file diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index ecadc343f..07fd5d649 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: version.h,v 11.160 1999/01/02 06:06:43 cph Exp $ +$Id: version.h,v 11.161 1999/01/03 05:19:14 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology @@ -33,5 +33,5 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 159 +#define SUBVERSION 161 #endif diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index 1bfff738a..b50a84e1e 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: version.scm,v 14.176 1999/01/02 06:19:10 cph Exp $ +$Id: version.scm,v 14.177 1999/01/03 05:19:45 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology @@ -27,7 +27,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (define (initialize-package!) (snarf-microcode-version!) (add-event-receiver! event:after-restore snarf-microcode-version!) - (add-identification! "Runtime" 14 174)) + (add-identification! "Runtime" 14 177)) (define (snarf-microcode-version!) (add-identification! "Microcode" diff --git a/v7/src/sf/make.scm b/v7/src/sf/make.scm index c87b36567..d35677584 100644 --- a/v7/src/sf/make.scm +++ b/v7/src/sf/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: make.scm,v 4.33 1999/01/02 06:06:43 cph Exp $ +$Id: make.scm,v 4.34 1999/01/03 05:20:33 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology @@ -34,4 +34,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (package/system-loader "sf" '() 'QUERY))) ((package/reference (find-package '(SCODE-OPTIMIZER)) 'USUAL-INTEGRATIONS/CACHE!)))) -(add-identification! "SF" 4 32) \ No newline at end of file +(add-identification! "SF" 4 34) \ No newline at end of file diff --git a/v7/src/sos/load.scm b/v7/src/sos/load.scm index b8664e9eb..e9b0dc005 100644 --- a/v7/src/sos/load.scm +++ b/v7/src/sos/load.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: load.scm,v 1.5 1999/01/02 06:19:10 cph Exp $ +;;; $Id: load.scm,v 1.6 1999/01/03 05:24:12 cph Exp $ ;;; ;;; Copyright (c) 1995-1999 Massachusetts Institute of Technology ;;; @@ -35,4 +35,4 @@ (install 'DEFINE-COMPUTED-EMP 'TRANSFORM:DEFINE-COMPUTED-EMP) ;;(install 'METHOD 'TRANSFORM:METHOD) ) -(add-identification! "SOS" 1 4) \ No newline at end of file +(add-identification! "SOS" 1 6) \ No newline at end of file diff --git a/v8/src/sf/make.scm b/v8/src/sf/make.scm index a4947a5e8..0646dc1b9 100644 --- a/v8/src/sf/make.scm +++ b/v8/src/sf/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: make.scm,v 4.34 1999/01/02 06:19:10 cph Exp $ +$Id: make.scm,v 4.35 1999/01/03 05:20:20 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology @@ -36,4 +36,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 'USUAL-INTEGRATIONS/INITIALIZE-EXPANDERS!)) ((package/reference (find-package '(SCODE-OPTIMIZER)) 'USUAL-INTEGRATIONS/CACHE!)))) -(add-identification! "SF" 4 33) \ No newline at end of file +(add-identification! "SF" 4 35) \ No newline at end of file