From 7fdca75d2188b28df806b34ec92627d57aafa9ae Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sat, 3 Jun 2017 12:00:08 +0200 Subject: [PATCH] Release 0.7. * configure (VERSION): Bump. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index bbb14ec5..3d085909 100755 --- a/configure +++ b/configure @@ -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.6") +(define VERSION "0.7") (define PREFIX "/usr/local") (define GUILE_EFFECTIVE_VERSION (effective-version)) (define GUILE (or (getenv "guile") "guile"))