Bump version number so it's different from release.
authorChris Hanson <org/chris-hanson/cph>
Fri, 9 Nov 2018 06:37:04 +0000 (22:37 -0800)
committerChris Hanson <org/chris-hanson/cph>
Fri, 9 Nov 2018 06:49:08 +0000 (22:49 -0800)
src/runtime/version.scm

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