From 1077a008b8aa1f376c22e409e7314c8ba7d4dcd1 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 24 Sep 2006 23:56:11 +0000 Subject: [PATCH] Bump version number for C-back-end changes. --- v7/src/compiler/base/make.scm | 6 +++--- v7/src/microcode/configure.ac | 4 ++-- v7/src/microcode/ntutl/config.h | 6 +++--- v7/src/microcode/os2utl/config.h | 6 +++--- v7/src/runtime/version.scm | 6 +++--- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/v7/src/compiler/base/make.scm b/v7/src/compiler/base/make.scm index 04d242f49..0e1caf724 100644 --- a/v7/src/compiler/base/make.scm +++ b/v7/src/compiler/base/make.scm @@ -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))) diff --git a/v7/src/microcode/configure.ac b/v7/src/microcode/configure.ac index 14e0b83a0..746af3d7e 100644 --- a/v7/src/microcode/configure.ac +++ b/v7/src/microcode/configure.ac @@ -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 diff --git a/v7/src/microcode/ntutl/config.h b/v7/src/microcode/ntutl/config.h index 3c11f1128..f4766449a 100644 --- a/v7/src/microcode/ntutl/config.h +++ b/v7/src/microcode/ntutl/config.h @@ -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" diff --git a/v7/src/microcode/os2utl/config.h b/v7/src/microcode/os2utl/config.h index 117099463..91e368a22 100644 --- a/v7/src/microcode/os2utl/config.h +++ b/v7/src/microcode/os2utl/config.h @@ -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" diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index 82a1670f4..f3076ebee 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -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" -- 2.25.1