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:
4dbeff6
)
Bump release version to 9.0.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 9 Feb 2010 00:05:25 +0000
(16:05 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 9 Feb 2010 00:05:25 +0000
(16:05 -0800)
src/runtime/version.scm
patch
|
blob
|
history
diff --git
a/src/runtime/version.scm
b/src/runtime/version.scm
index 16b7150a53a403059d07774533b1cea10cdd277b..1b96dfaf348986c53ea451269940f87a2c1f1b10 100644
(file)
--- a/
src/runtime/version.scm
+++ b/
src/runtime/version.scm
@@
-36,7
+36,7
@@
USA.
(let ((now 2009)
(then 1986))
(iota (+ (- now then) 1) then)))
- (add-subsystem-identification! "Release" '(
7 7 90 "+"
))
+ (add-subsystem-identification! "Release" '(
9 0
))
(snarf-microcode-version!)
(add-event-receiver! event:after-restore snarf-microcode-version!)
(add-subsystem-identification! "Runtime" '(15 7))))