From 398ecbc28190d468d0eaba87628a7d7806a1ec71 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 3 Feb 2002 04:42:26 +0000 Subject: [PATCH] Update version to reflect changes for new syntax engine. --- v7/src/6001/make.scm | 6 +++--- v7/src/compiler/base/make.scm | 6 +++--- v7/src/cref/make.scm | 6 +++--- v7/src/edwin/make.scm | 6 +++--- v7/src/imail/load.scm | 6 +++--- v7/src/sos/load.scm | 6 +++--- v7/src/win32/make.scm | 6 +++--- v7/src/xml/load.scm | 6 +++--- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/v7/src/6001/make.scm b/v7/src/6001/make.scm index f56428874..fde9f01eb 100644 --- a/v7/src/6001/make.scm +++ b/v7/src/6001/make.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: make.scm,v 15.33 2001/12/20 16:13:18 cph Exp $ +$Id: make.scm,v 15.34 2002/02/03 04:34:27 cph Exp $ -Copyright (c) 1991-1999, 2001 Massachusetts Institute of Technology +Copyright (c) 1991-1999, 2001, 2002 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -35,7 +35,7 @@ USA. (if (and (eq? 'UNIX microcode-id/operating-system) (string-ci=? "HP-UX" microcode-id/operating-system-variant)) (load "floppy" (->environment '(EDWIN)))))))) -(add-identification! "6.001" 15 30) +(add-identification! "6.001" 15 31) ;;; Customize the runtime system: (set! repl:allow-restart-notifications? #f) diff --git a/v7/src/compiler/base/make.scm b/v7/src/compiler/base/make.scm index c002e3ace..92da69dd4 100644 --- a/v7/src/compiler/base/make.scm +++ b/v7/src/compiler/base/make.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: make.scm,v 4.116 2001/12/16 06:01:31 cph Exp $ +$Id: make.scm,v 4.117 2002/02/03 04:31:03 cph Exp $ -Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology +Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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 114)) \ No newline at end of file + (add-identification! (string-append "Liar (" architecture-name ")") 4 115)) \ No newline at end of file diff --git a/v7/src/cref/make.scm b/v7/src/cref/make.scm index a7e03a7e6..ec0ddf2de 100644 --- a/v7/src/cref/make.scm +++ b/v7/src/cref/make.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: make.scm,v 1.24 2001/12/17 17:40:58 cph Exp $ +$Id: make.scm,v 1.25 2002/02/03 04:35:57 cph Exp $ -Copyright (c) 1988-2001 Massachusetts Institute of Technology +Copyright (c) 1988-2002 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -34,4 +34,4 @@ USA. (lambda () (load-option 'RB-TREE) (load-package-set "cref"))))) -(add-identification! "CREF" 2 2) \ No newline at end of file +(add-identification! "CREF" 2 3) \ No newline at end of file diff --git a/v7/src/edwin/make.scm b/v7/src/edwin/make.scm index e33a769f8..b73ce30bf 100644 --- a/v7/src/edwin/make.scm +++ b/v7/src/edwin/make.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: make.scm,v 3.113 2001/12/17 17:40:58 cph Exp $ +$Id: make.scm,v 3.114 2002/02/03 04:31:55 cph Exp $ -Copyright (c) 1989-2001 Massachusetts Institute of Technology +Copyright (c) 1989-2002 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -36,4 +36,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA (load-package-set "edwin" `((alternate-package-loader . ,(load "edwin.bld" system-global-environment)))))))) -(add-identification! "Edwin" 3 111) \ No newline at end of file +(add-identification! "Edwin" 3 112) \ No newline at end of file diff --git a/v7/src/imail/load.scm b/v7/src/imail/load.scm index 6c3152e04..d2c8ef69b 100644 --- a/v7/src/imail/load.scm +++ b/v7/src/imail/load.scm @@ -1,8 +1,8 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: load.scm,v 1.37 2001/12/03 18:13:08 cph Exp $ +;;; $Id: load.scm,v 1.38 2002/02/03 04:37:21 cph Exp $ ;;; -;;; Copyright (c) 1999-2001 Massachusetts Institute of Technology +;;; Copyright (c) 1999-2002 Massachusetts Institute of Technology ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as @@ -28,4 +28,4 @@ (lambda () (fluid-let ((*allow-package-redefinition?* #t)) (load-package-set "imail")))) -(add-subsystem-identification! "IMAIL" '(1 17)) \ No newline at end of file +(add-subsystem-identification! "IMAIL" '(1 18)) \ No newline at end of file diff --git a/v7/src/sos/load.scm b/v7/src/sos/load.scm index d14714031..6573bca9c 100644 --- a/v7/src/sos/load.scm +++ b/v7/src/sos/load.scm @@ -1,8 +1,8 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: load.scm,v 1.10 2001/12/23 17:21:00 cph Exp $ +;;; $Id: load.scm,v 1.11 2002/02/03 04:40:09 cph Exp $ ;;; -;;; Copyright (c) 1995-1999, 2001 Massachusetts Institute of Technology +;;; Copyright (c) 1995-1999, 2001, 2002 Massachusetts Institute of Technology ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as @@ -23,4 +23,4 @@ (with-working-directory-pathname (directory-pathname (current-load-pathname)) (lambda () (load-package-set "sos"))) -(add-identification! "SOS" 1 6) \ No newline at end of file +(add-identification! "SOS" 1 7) \ No newline at end of file diff --git a/v7/src/win32/make.scm b/v7/src/win32/make.scm index 16c354eae..3e4e8bccd 100644 --- a/v7/src/win32/make.scm +++ b/v7/src/win32/make.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: make.scm,v 1.9 2001/12/23 17:21:00 cph Exp $ +$Id: make.scm,v 1.10 2002/02/03 04:41:22 cph Exp $ -Copyright (c) 1993-1999, 2001 Massachusetts Institute of Technology +Copyright (c) 1993-1999, 2001, 2002 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -32,4 +32,4 @@ USA. (pathname-as-directory "win32") (lambda () (load-package-set "win32"))))) -(add-identification! "Win32" 1 5) \ No newline at end of file +(add-identification! "Win32" 1 6) \ No newline at end of file diff --git a/v7/src/xml/load.scm b/v7/src/xml/load.scm index 854fe0ae0..9fef073a0 100644 --- a/v7/src/xml/load.scm +++ b/v7/src/xml/load.scm @@ -1,8 +1,8 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: load.scm,v 1.4 2001/11/11 06:06:10 cph Exp $ +;;; $Id: load.scm,v 1.5 2002/02/03 04:42:26 cph Exp $ ;;; -;;; Copyright (c) 2001 Massachusetts Institute of Technology +;;; Copyright (c) 2001, 2002 Massachusetts Institute of Technology ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as @@ -24,4 +24,4 @@ (with-working-directory-pathname (directory-pathname (current-load-pathname)) (lambda () (package/system-loader "xml" '() 'QUERY))) -(add-subsystem-identification! "XML" '(0 1)) \ No newline at end of file +(add-subsystem-identification! "XML" '(0 2)) \ No newline at end of file -- 2.25.1