From: Chris Hanson Date: Fri, 25 Apr 2003 03:49:30 +0000 (+0000) Subject: Update version number to reflect changes. X-Git-Tag: 20090517-FFI~1915 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9757ff27bbfae8cee9b1d4fe4a455e4f723ae4ff;p=mit-scheme.git Update version number to reflect changes. --- diff --git a/v7/src/compiler/base/make.scm b/v7/src/compiler/base/make.scm index faef2ca8b..950955556 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.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 diff --git a/v7/src/imail/load.scm b/v7/src/imail/load.scm index 092947f7c..628ac0b32 100644 --- a/v7/src/imail/load.scm +++ b/v7/src/imail/load.scm @@ -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 diff --git a/v7/src/sf/make.scm b/v7/src/sf/make.scm index 38ceac90a..0ce77c7e5 100644 --- a/v7/src/sf/make.scm +++ b/v7/src/sf/make.scm @@ -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 diff --git a/v7/src/sos/load.scm b/v7/src/sos/load.scm index 5514aa262..e98c543e6 100644 --- a/v7/src/sos/load.scm +++ b/v7/src/sos/load.scm @@ -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