From 296564978676e8024e7378411be2ee04d3dc8c94 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sat, 18 Nov 2017 13:14:20 +0100 Subject: [PATCH] Release 0.11. * configure (VERSION): Bump to 0.11. --- configure | 2 +- make.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"))