Release 0.16.
* configure (VERSION): Bump to 0.16.
This commit is contained in:
parent
73be085f3a
commit
f9a4e21972
6
configure
vendored
6
configure
vendored
|
@ -58,7 +58,7 @@ exec ${GUILE-guile} -L . --no-auto-compile -e '(configure)' -s "$0" ${1+"$@"}
|
|||
|
||||
(define *shell* "sh")
|
||||
(define PACKAGE "mes")
|
||||
(define VERSION "0.15")
|
||||
(define VERSION "0.16")
|
||||
(define PREFIX "/usr/local")
|
||||
(define GUILE_EFFECTIVE_VERSION (effective-version))
|
||||
(define GUILE (or (getenv "guile") "guile"))
|
||||
|
@ -265,8 +265,8 @@ Some influential environment variables:
|
|||
(set! *verbose?* verbose?)
|
||||
(check-version "guile" '(2 0))
|
||||
(check-version "guile-tools" '(2 0))
|
||||
(check-version "mes-seed" '(0 14) #:optional? #t #:command (string-append MES_SEED "/refresh.sh"))
|
||||
(check-version "tinycc-seed" '(0 14) #:optional? #t #:command (string-append TINYCC_SEED "/refresh.sh"))
|
||||
(check-version "mes-seed" '(0 16) #:optional? #t #:command (string-append MES_SEED "/refresh.sh"))
|
||||
(check-version "tinycc-seed" '(0 16) #:optional? #t #:command (string-append TINYCC_SEED "/refresh.sh"))
|
||||
(check-version BLOOD_ELF '(0 1))
|
||||
(check-version HEX2 '(0 3))
|
||||
(check-version M1 '(0 3))
|
||||
|
|
Loading…
Reference in a new issue