Release 0.6.

* configure (VERSION): Bump.
This commit is contained in:
Jan Nieuwenhuizen 2016-12-25 15:51:53 +01:00
parent 3dc0c12a03
commit d4420bbcc9
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -50,7 +50,7 @@ exec ${GUILE} --no-auto-compile -L $(pwd) -e '(@@ (configure) main)' -s "$0" ${1
(define *shell* "sh")
(define PACKAGE "mes")
(define VERSION "0.5")
(define VERSION "0.6")
(define PREFIX "/usr/local")
(define GUILE_EFFECTIVE_VERSION (effective-version))
(define GUILE (or (getenv "guile") "guile"))