Bump release version to 9.0.
authorChris Hanson <org/chris-hanson/cph>
Tue, 9 Feb 2010 00:05:25 +0000 (16:05 -0800)
committerChris Hanson <org/chris-hanson/cph>
Tue, 9 Feb 2010 00:05:25 +0000 (16:05 -0800)
src/runtime/version.scm

index 16b7150a53a403059d07774533b1cea10cdd277b..1b96dfaf348986c53ea451269940f87a2c1f1b10 100644 (file)
@@ -36,7 +36,7 @@ USA.
         (let ((now 2009)
               (then 1986))
           (iota (+ (- now then) 1) then)))
-   (add-subsystem-identification! "Release" '(7 7 90 "+"))
+   (add-subsystem-identification! "Release" '(9 0))
    (snarf-microcode-version!)
    (add-event-receiver! event:after-restore snarf-microcode-version!)
    (add-subsystem-identification! "Runtime" '(15 7))))