#| -*-Scheme-*-
-$Id: make.scm,v 4.124 2004/12/13 03:22:21 cph Exp $
+$Id: make.scm,v 4.125 2006/09/24 23:56:11 cph Exp $
Copyright 1991,1992,1993,1994,1997,1998 Massachusetts Institute of Technology
-Copyright 1999,2001,2002,2003,2004 Massachusetts Institute of Technology
+Copyright 1999,2001,2002,2003,2004,2006 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
(pathname-as-directory "compiler")
(lambda ()
(load-package-set "compiler")))
- (add-subsystem-identification! "LIAR" '(4 117)))
+ (add-subsystem-identification! "LIAR" '(4 118)))
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([MIT/GNU Scheme], [14.17], [bug-mit-scheme@gnu.org], [mit-scheme])
-AC_REVISION([$Id: configure.ac,v 1.12 2006/09/16 11:19:09 gjr Exp $])
+AC_INIT([MIT/GNU Scheme], [14.18], [bug-mit-scheme@gnu.org], [mit-scheme])
+AC_REVISION([$Id: configure.ac,v 1.13 2006/09/24 23:54:12 cph Exp $])
AC_CONFIG_SRCDIR([boot.c])
AC_CONFIG_HEADERS([config.h])
AC_PROG_MAKE_SET
/* -*-C-*-
-$Id: config.h,v 1.10 2006/09/21 04:52:54 cph Exp $
+$Id: config.h,v 1.11 2006/09/24 23:54:44 cph Exp $
Copyright 2000,2001,2003,2006 Massachusetts Institute of Technology
#define PACKAGE_NAME "MIT/GNU Scheme"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "MIT/GNU Scheme 14.17"
+#define PACKAGE_STRING "MIT/GNU Scheme 14.18"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "mit-scheme"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "14.17"
+#define PACKAGE_VERSION "14.18"
/* Include the shared configuration header. */
#include "confshared.h"
/* -*-C-*-
-$Id: config.h,v 1.8 2006/09/21 04:52:38 cph Exp $
+$Id: config.h,v 1.9 2006/09/24 23:55:00 cph Exp $
Copyright 2000,2001,2002,2003,2006 Massachusetts Institute of Technology
#define PACKAGE_NAME "MIT/GNU Scheme"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "MIT/GNU Scheme 14.17"
+#define PACKAGE_STRING "MIT/GNU Scheme 14.18"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "mit-scheme"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "14.17"
+#define PACKAGE_VERSION "14.18"
/* Include the shared configuration header. */
#include "confshared.h"
#| -*-Scheme-*-
-$Id: version.scm,v 14.220 2005/03/20 16:12:39 cph Exp $
+$Id: version.scm,v 14.221 2006/09/24 23:55:42 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,2004 Massachusetts Institute of Technology
+Copyright 2001,2002,2003,2004,2005,2006 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
(add-subsystem-identification! "Release" '(7 7 90 "+"))
(snarf-microcode-version!)
(add-event-receiver! event:after-restore snarf-microcode-version!)
- (add-subsystem-identification! "Runtime" '(15 6)))
+ (add-subsystem-identification! "Runtime" '(15 7)))
(define (snarf-microcode-version!)
(add-subsystem-identification! "Microcode"