Increment version numbers for microcode, runtime and cref.
authorMatt Birkholz <matt@birchwood-abbey.net>
Mon, 13 Mar 2017 23:05:18 +0000 (16:05 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Mon, 13 Mar 2017 23:05:18 +0000 (16:05 -0700)
src/cref/make.scm
src/microcode/configure.ac
src/runtime/version.scm

index 40b33c6e3808a57b57f01be0add8bdb157e54f46..582e24c08c1e317b2a9215cf22dd664127169ccc 100644 (file)
@@ -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
index 69fed617f9833c6b4cd4a091b06c3abc54cd880b..1c7998b4c724f77979efbe820478ecf4290d2554 100644 (file)
@@ -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.
index df8b83efea58725e9816ea30e9239c7f6c5ed21d..84286f866c15992e4d00aafa025d971ac13e915d 100644 (file)
@@ -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"