Bump version number coming into release.
authorChris Hanson <org/chris-hanson/cph>
Wed, 17 Oct 2018 21:47:24 +0000 (14:47 -0700)
committerChris Hanson <org/chris-hanson/cph>
Wed, 17 Oct 2018 21:47:24 +0000 (14:47 -0700)
src/runtime/version.scm

index 01eb7c2343b1f0d1014cac7b29a9ddd2b624423f..9c7a86adf0656fabdae85a1619908dc170def867 100644 (file)
@@ -39,7 +39,7 @@ USA.
         (let ((now last-copyright-year)
               (then 1986))
           (iota (+ (- now then) 1) then)))
-   (add-subsystem-identification! "Release" '(9 2 1))
+   (add-subsystem-identification! "Release" '(9 2 90))
    (snarf-microcode-version!)
    (add-event-receiver! event:after-restore snarf-microcode-version!)
    (add-subsystem-identification! "Runtime" '(15 7))))