Release 0.15.

* configure (VERSION): Bump to 0.15.
This commit is contained in:
Jan Nieuwenhuizen 2018-06-10 21:10:54 +02:00
parent a73161830b
commit 3e5215b485
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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.14")
(define VERSION "0.15")
(define PREFIX "/usr/local")
(define GUILE_EFFECTIVE_VERSION (effective-version))
(define GUILE (or (getenv "guile") "guile"))