Release 0.9.
* configure (VERSION): Bump to 0.9.
This commit is contained in:
parent
e1e8f03735
commit
06c4857c84
2
configure
vendored
2
configure
vendored
|
@ -52,7 +52,7 @@ exec ${GUILE} --no-auto-compile -L $(pwd) -C $(pwd) -e 'main' -s "$0" ${1+"$@"}
|
|||
|
||||
(define *shell* "sh")
|
||||
(define PACKAGE "mes")
|
||||
(define VERSION "0.8")
|
||||
(define VERSION "0.9")
|
||||
(define PREFIX "/usr/local")
|
||||
(define GUILE_EFFECTIVE_VERSION (effective-version))
|
||||
(define GUILE (or (getenv "guile") "guile"))
|
||||
|
|
Loading…
Reference in a new issue