From: Chris Hanson Date: Sun, 11 Mar 2012 06:35:30 +0000 (-0800) Subject: Update version and copyright year. X-Git-Tag: release-9.2.0~264 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d912b4fa7542342463b31208a6171b7ad971d810;p=mit-scheme.git Update version and copyright year. --- diff --git a/src/runtime/version.scm b/src/runtime/version.scm index ee00988ed..25f711f95 100644 --- a/src/runtime/version.scm +++ b/src/runtime/version.scm @@ -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))))