From: Chris Hanson Date: Sun, 22 Apr 2007 18:04:52 +0000 (+0000) Subject: Bump version number. X-Git-Tag: 20090517-FFI~634 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ac956398094f3367288873d9f34ee08008bc0633;p=mit-scheme.git Bump version number. --- diff --git a/v7/src/microcode/configure.ac b/v7/src/microcode/configure.ac index abe35cc02..a067004ab 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 microcode], [15.0], [bug-mit-scheme@gnu.org], [mit-scheme]) -AC_REVISION([$Id: configure.ac,v 1.40 2007/04/22 16:31:22 cph Exp $]) +AC_INIT([MIT/GNU Scheme microcode], [15.1], [bug-mit-scheme@gnu.org], [mit-scheme]) +AC_REVISION([$Id: configure.ac,v 1.41 2007/04/22 18:04:52 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 32f993e35..0c8867115 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.14 2007/04/22 16:31:24 cph Exp $ +$Id: config.h,v 1.15 2007/04/22 18:04:52 cph Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -96,15 +96,15 @@ typedef unsigned char cc_t; /* Define to the full name of this package. */ #define PACKAGE_NAME "MIT/GNU Scheme microcode" +/* Define to the version of this package. */ +#define PACKAGE_VERSION "15.1" + /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "MIT/GNU Scheme microcode 15.0" +#define PACKAGE_STRING PACKAGE_NAME PACKAGE_VERSION /* 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 "15.0" - /* 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 d7ad2f190..b1e44507d 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.12 2007/04/22 16:31:24 cph Exp $ +$Id: config.h,v 1.13 2007/04/22 18:04:52 cph Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -85,15 +85,15 @@ typedef unsigned char cc_t; /* Define to the full name of this package. */ #define PACKAGE_NAME "MIT/GNU Scheme microcode" +/* Define to the version of this package. */ +#define PACKAGE_VERSION "15.1" + /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "MIT/GNU Scheme microcode 15.0" +#define PACKAGE_STRING PACKAGE_NAME PACKAGE_VERSION /* 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 "15.0" - /* Include the shared configuration header. */ #include "confshared.h"