Release 0.10.

* configure (VERSION): Bump to 0.10.
This commit is contained in:
Jan Nieuwenhuizen 2017-09-10 21:55:05 +02:00
parent 5c7ba63729
commit ef69b7a28a
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

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