Bump version number for C-back-end changes.
authorChris Hanson <org/chris-hanson/cph>
Sun, 24 Sep 2006 23:56:11 +0000 (23:56 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 24 Sep 2006 23:56:11 +0000 (23:56 +0000)
v7/src/compiler/base/make.scm
v7/src/microcode/configure.ac
v7/src/microcode/ntutl/config.h
v7/src/microcode/os2utl/config.h
v7/src/runtime/version.scm

index 04d242f49118beaad7b065fe0ea11867db4752f5..0e1caf7244dfb7870990e00577975720f5560db0 100644 (file)
@@ -1,9 +1,9 @@
 #| -*-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.
 
@@ -38,4 +38,4 @@ USA.
    (pathname-as-directory "compiler")
    (lambda ()
      (load-package-set "compiler")))
-  (add-subsystem-identification! "LIAR" '(4 117)))
+  (add-subsystem-identification! "LIAR" '(4 118)))
index 14e0b83a02a81064cac3123b133a1db519d68f1e..746af3d7e2bf9425acb0b202df6d0e44b9123772 100644 (file)
@@ -1,7 +1,7 @@
 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
index 3c11f11286e8967a9cfa2f07282498e5a1c810cd..f4766449aa6fc83bcddb2b96483b868f46e136f5 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-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
 
@@ -98,13 +98,13 @@ typedef unsigned char cc_t;
 #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"
index 11709946363f39a18cbbe17f46b28a998dfe71d0..91e368a22b7a21d48cb4bc1cf3ef337bb49c3402 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-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
 
@@ -87,13 +87,13 @@ typedef unsigned char cc_t;
 #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"
index 82a1670f437dd2de3a7ff2a57f7fe91cc1a706d9..f3076ebee51b26cf978cdb80d00b740d8b2ab172 100644 (file)
@@ -1,10 +1,10 @@
 #| -*-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.
 
@@ -34,7 +34,7 @@ USA.
   (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"