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:
bed3841
)
Bump version number so it's different from release.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 9 Nov 2018 06:37:04 +0000
(22:37 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 9 Nov 2018 06:49:08 +0000
(22:49 -0800)
src/runtime/version.scm
patch
|
blob
|
history
diff --git
a/src/runtime/version.scm
b/src/runtime/version.scm
index f573c44c400965e044c101281f4a67ed59a1a0db..08ae7b0743242db2c3f58f95888e5dc31c6f30be 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" '(10 1
2
))
+ (add-subsystem-identification! "Release" '(10 1
90
))
(snarf-microcode-version!)
(add-event-receiver! event:after-restore snarf-microcode-version!)
(add-subsystem-identification! "Runtime" '(15 7))))