Bump version number to 9.0.1.
authorChris Hanson <org/chris-hanson/cph>
Wed, 10 Mar 2010 01:29:09 +0000 (17:29 -0800)
committerChris Hanson <org/chris-hanson/cph>
Wed, 10 Mar 2010 01:29:09 +0000 (17:29 -0800)
src/runtime/version.scm

index 242e08e04eefd8963628852115ffa8e13bd40c80..044be52bf273e15f53e1d8e38c3845ca297789e6 100644 (file)
@@ -36,7 +36,7 @@ USA.
         (let ((now 2010)
               (then 1986))
           (iota (+ (- now then) 1) then)))
-   (add-subsystem-identification! "Release" '(9 0))
+   (add-subsystem-identification! "Release" '(9 0 1))
    (snarf-microcode-version!)
    (add-event-receiver! event:after-restore snarf-microcode-version!)
    (add-subsystem-identification! "Runtime" '(15 7))))