Update copyright year.
authorChris Hanson <org/chris-hanson/cph>
Fri, 19 Feb 2010 07:40:31 +0000 (23:40 -0800)
committerChris Hanson <org/chris-hanson/cph>
Fri, 19 Feb 2010 07:40:31 +0000 (23:40 -0800)
src/runtime/version.scm

index 1ce0d58cb7447ba9276eb05a8c6b90473b180c97..242e08e04eefd8963628852115ffa8e13bd40c80 100644 (file)
@@ -33,7 +33,7 @@ USA.
 (add-boot-init!
  (lambda ()
    (set! copyright-years
-        (let ((now 2009)
+        (let ((now 2010)
               (then 1986))
           (iota (+ (- now then) 1) then)))
    (add-subsystem-identification! "Release" '(9 0))