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
/* -*-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,
/* 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"
/* -*-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,
/* 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"