From 7bb6dbd4cefd512f3dba984a1e38f8d780bd400d Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 13 Mar 2017 16:05:18 -0700 Subject: [PATCH] Increment version numbers for microcode, runtime and cref. --- src/cref/make.scm | 2 +- src/microcode/configure.ac | 2 +- src/runtime/version.scm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cref/make.scm b/src/cref/make.scm index 40b33c6e3..582e24c08 100644 --- a/src/cref/make.scm +++ b/src/cref/make.scm @@ -32,4 +32,4 @@ USA. (lambda () (load-package-set "cref"))) -(add-subsystem-identification! "CREF" '(2 5)) \ No newline at end of file +(add-subsystem-identification! "CREF" '(2 6)) \ No newline at end of file diff --git a/src/microcode/configure.ac b/src/microcode/configure.ac index 69fed617f..1c7998b4c 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.3], [bug-mit-scheme@gnu.org], [mit-scheme]) +AC_INIT([MIT/GNU Scheme microcode], [15.4], [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. diff --git a/src/runtime/version.scm b/src/runtime/version.scm index df8b83efe..84286f866 100644 --- a/src/runtime/version.scm +++ b/src/runtime/version.scm @@ -42,7 +42,7 @@ USA. (add-subsystem-identification! "Release" '(9 2 7)) (snarf-microcode-version!) (add-event-receiver! event:after-restore snarf-microcode-version!) - (add-subsystem-identification! "Runtime" '(15 7)))) + (add-subsystem-identification! "Runtime" '(15 8)))) (define (snarf-microcode-version!) (add-subsystem-identification! "Microcode" -- 2.25.1