From f9e8444f6f28f2bf7e74f335bb25bf3dae372485 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 1 Oct 2018 16:28:25 -0700 Subject: [PATCH] Increment a couple more versions. --- doc/configure.ac | 2 +- src/microcode/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/configure.ac b/doc/configure.ac index 583c396aa..e423bdf1f 100644 --- a/doc/configure.ac +++ b/doc/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme documentation], - [9.2.15], + [9.2.18], [matt@birchwood-abbey.net], [mit-scheme-pucked-doc]) AC_CONFIG_SRCDIR([ref-manual/scheme.texinfo]) diff --git a/src/microcode/configure.ac b/src/microcode/configure.ac index 748594208..388081b74 100644 --- a/src/microcode/configure.ac +++ b/src/microcode/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([MIT/GNU Scheme microcode], [15.4], [bug-mit-scheme@gnu.org], [mit-scheme]) +AC_INIT([MIT/GNU Scheme microcode], [15.8], [bug-mit-scheme@gnu.org], [mit-scheme]) AC_CONFIG_SRCDIR([boot.c]) # Would set m4 macro dir, but only works if automake or libtools in use. # Instead we include directly. -- 2.25.1