Bump version number.
authorChris Hanson <org/chris-hanson/cph>
Sun, 22 Apr 2007 18:04:52 +0000 (18:04 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 22 Apr 2007 18:04:52 +0000 (18:04 +0000)
v7/src/microcode/configure.ac
v7/src/microcode/ntutl/config.h
v7/src/microcode/os2utl/config.h

index abe35cc02d6f86f17d9cc04b9dcd7bbf014afa62..a067004abd94005706d4260fcb3d7ff8f132a409 100644 (file)
@@ -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
index 32f993e35c56972f77e69d697f26ce16f39cc273..0c8867115070fcd4eb271042940e8f7e951b5748 100644 (file)
@@ -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"
 
index d7ad2f19098eabfdd50b51bef4e1abe93ee47f05..b1e44507ddeaf1966b351e390edb409334e36552 100644 (file)
@@ -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"