Update version number to reflect changes.
authorChris Hanson <org/chris-hanson/cph>
Fri, 25 Apr 2003 03:49:30 +0000 (03:49 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 25 Apr 2003 03:49:30 +0000 (03:49 +0000)
v7/src/compiler/base/make.scm
v7/src/imail/load.scm
v7/src/sf/make.scm
v7/src/sos/load.scm

index faef2ca8b4e139328e348e8faa84f772ff52c47f..950955556733f4da0dda8ef5453fcac406fc32de 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 4.120 2003/02/14 18:28:01 cph Exp $
+$Id: make.scm,v 4.121 2003/04/25 03:47:06 cph Exp $
 
 Copyright (c) 1991,1992,1993,1994,1997 Massachusetts Institute of Technology
 Copyright (c) 1998,1999,2001,2002,2003 Massachusetts Institute of Technology
@@ -39,4 +39,4 @@ USA.
      (load-option 'HASH-TABLE)
      (load-option 'RB-TREE)
      (load-package-set "compiler")))
-  (add-identification! "LIAR" 4 115))
\ No newline at end of file
+  (add-identification! "LIAR" 4 116))
\ No newline at end of file
index 092947f7c306cf49261871ab77ed2bbb634f0c81..628ac0b324beb8caecd4e32285cb4dc33206ba22 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: load.scm,v 1.42 2003/02/14 18:28:14 cph Exp $
+$Id: load.scm,v 1.43 2003/04/25 03:49:30 cph Exp $
 
-Copyright 1999-2002 Massachusetts Institute of Technology
+Copyright 2000,2001,2002,2003 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -25,11 +25,10 @@ USA.
 
 ;;;; IMAIL mail reader: loader
 
-(load-option 'HASH-TABLE)
 (load-option 'REGULAR-EXPRESSION)
 (load-option 'SOS)
 (with-working-directory-pathname (directory-pathname (current-load-pathname))
   (lambda ()
     (fluid-let ((*allow-package-redefinition?* #t))
       (load-package-set "imail"))))
-(add-subsystem-identification! "IMAIL" '(1 19))
\ No newline at end of file
+(add-subsystem-identification! "IMAIL" '(1 20))
\ No newline at end of file
index 38ceac90adede11bd198afd0bc7b889994e0e495..0ce77c7e502b18d8cde43aca4e52d7a5170a28b1 100644 (file)
@@ -1,8 +1,10 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 4.43 2003/02/14 18:28:34 cph Exp $
+$Id: make.scm,v 4.44 2003/04/25 03:46:17 cph Exp $
 
-Copyright (c) 1988-2002 Massachusetts Institute of Technology
+Copyright 1987,1988,1989,1990,1991,1994 Massachusetts Institute of Technology
+Copyright 1995,1998,1999,2000,2001,2002 Massachusetts Institute of Technology
+Copyright 2003 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -38,4 +40,4 @@ USA.
        (load-package-set "sf")))
     ((package/reference (find-package '(SCODE-OPTIMIZER))
                        'USUAL-INTEGRATIONS/CACHE!))))
-(add-subsystem-identification! "SF" '(4 40))
\ No newline at end of file
+(add-subsystem-identification! "SF" '(4 41))
\ No newline at end of file
index 5514aa262884c8710e87f1630a87a06f933130b0..e98c543e67016a6dcfa9e88c18714cdc9afb63d0 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: load.scm,v 1.14 2003/02/14 18:28:35 cph Exp $
+$Id: load.scm,v 1.15 2003/04/25 03:48:28 cph Exp $
 
-Copyright 1995-1999, 2001, 2002 Massachusetts Institute of Technology
+Copyright 1997,1998,1999,2001,2002,2003 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -23,8 +23,7 @@ USA.
 
 |#
 
-(load-option 'HASH-TABLE)
 (with-working-directory-pathname (directory-pathname (current-load-pathname))
   (lambda ()
     (load-package-set "sos")))
-(add-identification! "SOS" 1 7)
\ No newline at end of file
+(add-identification! "SOS" 1 8)
\ No newline at end of file