projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfdf0f9
)
Update copyright year.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 19 Feb 2010 07:40:31 +0000
(23:40 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 19 Feb 2010 07:40:31 +0000
(23:40 -0800)
src/runtime/version.scm
patch
|
blob
|
history
diff --git
a/src/runtime/version.scm
b/src/runtime/version.scm
index 1ce0d58cb7447ba9276eb05a8c6b90473b180c97..242e08e04eefd8963628852115ffa8e13bd40c80 100644
(file)
--- a/
src/runtime/version.scm
+++ b/
src/runtime/version.scm
@@
-33,7
+33,7
@@
USA.
(add-boot-init!
(lambda ()
(set! copyright-years
- (let ((now 20
09
)
+ (let ((now 20
10
)
(then 1986))
(iota (+ (- now then) 1) then)))
(add-subsystem-identification! "Release" '(9 0))