Release 0.11.

* configure (VERSION): Bump to 0.11.
This commit is contained in:
Jan Nieuwenhuizen 2017-11-18 13:14:20 +01:00
parent 48e8711c38
commit 2965649786
2 changed files with 2 additions and 2 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.10")
(define VERSION "0.11")
(define PREFIX "/usr/local")
(define GUILE_EFFECTIVE_VERSION (effective-version))
(define GUILE (or (getenv "guile") "guile"))

View File

@ -645,7 +645,7 @@ exec ${GUILE-guile} --no-auto-compile -L . -L guile -C . -C guile -s "$0" ${1+"$
"INSTALL"
"NEWS"
"README"
"doc/ANNOUNCE-0.10"))
"doc/ANNOUNCE-0.11"))
(add-target (install "doc/fosdem/fosdem.pdf" #:dir "share/doc/mes"))