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:
0157fbb
)
Bump version number to 9.0.1.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 10 Mar 2010 01:29:09 +0000
(17:29 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 10 Mar 2010 01:29:09 +0000
(17:29 -0800)
src/runtime/version.scm
patch
|
blob
|
history
diff --git
a/src/runtime/version.scm
b/src/runtime/version.scm
index 242e08e04eefd8963628852115ffa8e13bd40c80..044be52bf273e15f53e1d8e38c3845ca297789e6 100644
(file)
--- a/
src/runtime/version.scm
+++ b/
src/runtime/version.scm
@@
-36,7
+36,7
@@
USA.
(let ((now 2010)
(then 1986))
(iota (+ (- now then) 1) then)))
- (add-subsystem-identification! "Release" '(9 0))
+ (add-subsystem-identification! "Release" '(9 0
1
))
(snarf-microcode-version!)
(add-event-receiver! event:after-restore snarf-microcode-version!)
(add-subsystem-identification! "Runtime" '(15 7))))