From: Matt Birkholz Date: Mon, 13 Mar 2017 23:05:18 +0000 (-0700) Subject: Increment version numbers for microcode, runtime and cref. X-Git-Tag: mit-scheme-pucked-9.2.12~176 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7bb6dbd4cefd512f3dba984a1e38f8d780bd400d;p=mit-scheme.git Increment version numbers for microcode, runtime and cref. --- 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"