Release 0.4.
* configure (VERSION): Bump.
This commit is contained in:
parent
41207c663e
commit
f84e97fc33
2
configure
vendored
2
configure
vendored
|
@ -51,7 +51,7 @@ exec ${GUILE} --no-auto-compile -L $(pwd) -e '(@@ (configure) main)' -s "$0" ${1
|
||||||
|
|
||||||
(define *shell* "sh")
|
(define *shell* "sh")
|
||||||
(define PACKAGE "mes")
|
(define PACKAGE "mes")
|
||||||
(define VERSION "0.3")
|
(define VERSION "0.4")
|
||||||
(define PREFIX "/usr/local")
|
(define PREFIX "/usr/local")
|
||||||
(define GUILE_EV (effective-version))
|
(define GUILE_EV (effective-version))
|
||||||
(define CC (or (getenv "CC") "gcc"))
|
(define CC (or (getenv "CC") "gcc"))
|
||||||
|
|
Loading…
Reference in a new issue