#| -*-Scheme-*-
-$Id: make.scm,v 3.118 2003/02/14 18:28:12 cph Exp $
+$Id: make.scm,v 3.119 2004/01/16 20:38:09 cph Exp $
Copyright 1989,1990,1991,1992,1993,1994 Massachusetts Institute of Technology
-Copyright 1995,2000,2001,2002,2003 Massachusetts Institute of Technology
+Copyright 1995,2000,2001,2002,2003,2004 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
(load-package-set "edwin"
`((alternate-package-loader
. ,(load "edwin.bld" system-global-environment))))))))
-(add-identification! "Edwin" 3 114)
\ No newline at end of file
+(add-identification! "Edwin" 3 115)
\ No newline at end of file
#| -*-Scheme-*-
-$Id: load.scm,v 1.43 2003/04/25 03:49:30 cph Exp $
+$Id: load.scm,v 1.44 2004/01/16 20:40:36 cph Exp $
-Copyright 2000,2001,2002,2003 Massachusetts Institute of Technology
+Copyright 2000,2001,2002,2003,2004 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
(lambda ()
(fluid-let ((*allow-package-redefinition?* #t))
(load-package-set "imail"))))
-(add-subsystem-identification! "IMAIL" '(1 20))
\ No newline at end of file
+(add-subsystem-identification! "IMAIL" '(1 21))
\ No newline at end of file
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([MIT/GNU Scheme], [14.11], [bug-mit-scheme@gnu.org], [mit-scheme])
-AC_REVISION([$Id: configure.ac,v 1.1 2003/07/21 03:52:08 cph Exp $])
+AC_INIT([MIT/GNU Scheme], [14.14], [bug-mit-scheme@gnu.org], [mit-scheme])
+AC_REVISION([$Id: configure.ac,v 1.2 2004/01/16 20:36:29 cph Exp $])
AC_CONFIG_SRCDIR([boot.c])
AC_CONFIG_HEADERS([config.h])
AC_PROG_MAKE_SET
AC_COPYRIGHT(
-[Copyright 2000,2002,2003 Massachusetts Institute of Technology
+[Copyright 2000,2002,2003,2004 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
#| -*-Scheme-*-
-$Id: version.scm,v 14.215 2003/09/18 16:50:53 cph Exp $
+$Id: version.scm,v 14.216 2004/01/16 20:37:43 cph Exp $
Copyright 1988,1989,1990,1991,1992,1993 Massachusetts Institute of Technology
Copyright 1995,1996,1997,1998,1999,2000 Massachusetts Institute of Technology
-Copyright 2001,2002,2003 Massachusetts Institute of Technology
+Copyright 2001,2002,2003,2004 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
(declare (usual-integrations))
(define (initialize-package!)
- (add-subsystem-identification! "Release" '(7 7 90))
+ (add-subsystem-identification! "Release" '(7 7 91 "pre"))
(snarf-microcode-version!)
(add-event-receiver! event:after-restore snarf-microcode-version!)
- (add-subsystem-identification! "Runtime" '(15 3)))
+ (add-subsystem-identification! "Runtime" '(15 4)))
(define (snarf-microcode-version!)
(add-subsystem-identification! "Microcode"
#| -*-Scheme-*-
-$Id: make.scm,v 1.14 2003/04/25 03:55:30 cph Exp $
+$Id: make.scm,v 1.15 2004/01/16 20:43:16 cph Exp $
-Copyright 1993,1998,2001,2002,2003 Massachusetts Institute of Technology
+Copyright 1993,1998,2001,2002,2003,2004 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
(pathname-as-directory "win32")
(lambda ()
(load-package-set "win32")))))
-(add-identification! "Win32" 1 7)
\ No newline at end of file
+(add-identification! "Win32" 1 8)
\ No newline at end of file