Update version and copyright year.
authorChris Hanson <org/chris-hanson/cph>
Sun, 11 Mar 2012 06:35:30 +0000 (22:35 -0800)
committerChris Hanson <org/chris-hanson/cph>
Sun, 11 Mar 2012 06:35:30 +0000 (22:35 -0800)
src/runtime/version.scm

index ee00988ed6ce62f914ea3d36a1975f396bf698c8..25f711f953fe75cf7e68efa746ed156ab36467af 100644 (file)
@@ -34,10 +34,10 @@ USA.
 (add-boot-init!
  (lambda ()
    (set! copyright-years
-        (let ((now 2011)
+        (let ((now 2012)
               (then 1986))
           (iota (+ (- now then) 1) then)))
-   (add-subsystem-identification! "Release" '(9 1 1))
+   (add-subsystem-identification! "Release" '(9 1 99))
    (snarf-microcode-version!)
    (add-event-receiver! event:after-restore snarf-microcode-version!)
    (add-subsystem-identification! "Runtime" '(15 7))))