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:
7d2397c
)
Bump version number coming into release.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 17 Oct 2018 21:47:24 +0000
(14:47 -0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 17 Oct 2018 21:47:24 +0000
(14:47 -0700)
src/runtime/version.scm
patch
|
blob
|
history
diff --git
a/src/runtime/version.scm
b/src/runtime/version.scm
index 01eb7c2343b1f0d1014cac7b29a9ddd2b624423f..9c7a86adf0656fabdae85a1619908dc170def867 100644
(file)
--- a/
src/runtime/version.scm
+++ b/
src/runtime/version.scm
@@
-39,7
+39,7
@@
USA.
(let ((now last-copyright-year)
(then 1986))
(iota (+ (- now then) 1) then)))
- (add-subsystem-identification! "Release" '(9 2
1
))
+ (add-subsystem-identification! "Release" '(9 2
90
))
(snarf-microcode-version!)
(add-event-receiver! event:after-restore snarf-microcode-version!)
(add-subsystem-identification! "Runtime" '(15 7))))