diff --git a/configure b/configure index 30068dec..382f8ffd 100755 --- a/configure +++ b/configure @@ -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")) diff --git a/make.scm b/make.scm index c7e56c7b..226c35b3 100755 --- a/make.scm +++ b/make.scm @@ -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"))