Update version to reflect changes for new syntax engine.
authorChris Hanson <org/chris-hanson/cph>
Sun, 3 Feb 2002 04:42:26 +0000 (04:42 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 3 Feb 2002 04:42:26 +0000 (04:42 +0000)
v7/src/6001/make.scm
v7/src/compiler/base/make.scm
v7/src/cref/make.scm
v7/src/edwin/make.scm
v7/src/imail/load.scm
v7/src/sos/load.scm
v7/src/win32/make.scm
v7/src/xml/load.scm

index f56428874fc856c69f22c9edd105fd53c6d14788..fde9f01eb024cbd6fdd69b672ca483b68d44cbff 100644 (file)
@@ -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)
index c002e3ace6bcf14a156c5a6543b563630c522632..92da69dd4bccd7d90d8996096e73efd3fefbb78b 100644 (file)
@@ -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
index a7e03a7e67b833be2316722ceefd4e7ddf1345ad..ec0ddf2de1b4eea7801019c6dbb561be92acc56d 100644 (file)
@@ -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
index e33a769f87ea699103a98101b9947d3837c7e12a..b73ce30bfd7953e086b51e72e3e3a1db8a3f152d 100644 (file)
@@ -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
index 6c3152e04cbf79d27ce00f4fde4988d0acc77908..d2c8ef69b5e40a3c57681ca7b6373c016536fc9f 100644 (file)
@@ -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
index d14714031274d1f04669b54fd1a9b265f0cc0c59..6573bca9c36249a3d67d31c5b4f423a844f15dd5 100644 (file)
@@ -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
index 16c354eae3cc0654fbecb3824e509b4cb5efdd61..3e4e8bccd8c93ca7033bf87395812f1a384f58b7 100644 (file)
@@ -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
index 854fe0ae036bf371bb92a10552c915e158a8ff40..9fef073a029482f94d5304f70c9dabf032873a78 100644 (file)
@@ -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