Added scsh-version-string for internal use in top.scm.
This commit is contained in:
parent
4e5b87209d
commit
d17a682498
|
@ -577,7 +577,8 @@
|
|||
(define-interface scsh-version-interface
|
||||
(export scsh-major-version
|
||||
scsh-minor-version
|
||||
scsh-version-string))
|
||||
scsh-version-string
|
||||
scsh-release-name))
|
||||
|
||||
|
||||
;;; This is probably bogus.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(define scsh-major-version 0)
|
||||
(define scsh-minor-version 6)
|
||||
(define scsh-version-string "0.6.2")
|
||||
(define scsh-version-string "0.6.3")
|
||||
(define scsh-release-name "Health Reform")
|
Loading…
Reference in New Issue