From: Chris Hanson Date: Thu, 21 Sep 2006 04:52:38 +0000 (+0000) Subject: Bump version number to current. This probably should be automated by X-Git-Tag: 20090517-FFI~934 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7372e63484d3ae9ac5738685b20b4ff94ded0f57;p=mit-scheme.git Bump version number to current. This probably should be automated by the configure script. --- 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"