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:
f1e3413
)
Update version and copyright year.
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 11 Mar 2012 06:35:30 +0000
(22:35 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 11 Mar 2012 06:35:30 +0000
(22:35 -0800)
src/runtime/version.scm
patch
|
blob
|
history
diff --git
a/src/runtime/version.scm
b/src/runtime/version.scm
index ee00988ed6ce62f914ea3d36a1975f396bf698c8..25f711f953fe75cf7e68efa746ed156ab36467af 100644
(file)
--- a/
src/runtime/version.scm
+++ b/
src/runtime/version.scm
@@
-34,10
+34,10
@@
USA.
(add-boot-init!
(lambda ()
(set! copyright-years
- (let ((now 201
1
)
+ (let ((now 201
2
)
(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))))