From 696a0df1710c7f837fc519426ed614bcd3644642 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 18 Feb 2010 23:40:31 -0800 Subject: [PATCH] Update copyright year. --- src/runtime/version.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/version.scm b/src/runtime/version.scm index 1ce0d58cb..242e08e04 100644 --- a/src/runtime/version.scm +++ b/src/runtime/version.scm @@ -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)) -- 2.25.1