From 7372e63484d3ae9ac5738685b20b4ff94ded0f57 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 21 Sep 2006 04:52:38 +0000 Subject: [PATCH] Bump version number to current. This probably should be automated by the configure script. --- v7/src/microcode/ntutl/config.h | 6 +++--- v7/src/microcode/os2utl/config.h | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/v7/src/microcode/ntutl/config.h b/v7/src/microcode/ntutl/config.h index ace924316..572e78788 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.8 2006/01/29 06:37:30 cph Exp $ +$Id: config.h,v 1.9 2006/09/21 04:52:14 cph Exp $ Copyright 2000,2001,2003 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.11" +#define PACKAGE_STRING "MIT/GNU Scheme 14.17" /* 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.11" +#define PACKAGE_VERSION "14.17" /* 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 f3f98568d..117099463 100644 --- a/v7/src/microcode/os2utl/config.h +++ b/v7/src/microcode/os2utl/config.h @@ -1,8 +1,8 @@ /* -*-C-*- -$Id: config.h,v 1.7 2003/07/22 02:19:51 cph Exp $ +$Id: config.h,v 1.8 2006/09/21 04:52:38 cph Exp $ -Copyright 2000,2001,2002,2003 Massachusetts Institute of Technology +Copyright 2000,2001,2002,2003,2006 Massachusetts Institute of Technology This file is part of MIT/GNU Scheme. @@ -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.11" +#define PACKAGE_STRING "MIT/GNU Scheme 14.17" /* 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.11" +#define PACKAGE_VERSION "14.17" /* Include the shared configuration header. */ #include "confshared.h" -- 2.25.1