From f9a4e219727bedd504ea49885c3260c38755c1d0 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Mon, 25 Jun 2018 19:27:19 +0200 Subject: [PATCH] Release 0.16. * configure (VERSION): Bump to 0.16. --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index d47de7cd..d7a1b274 100755 --- a/configure +++ b/configure @@ -58,7 +58,7 @@ exec ${GUILE-guile} -L . --no-auto-compile -e '(configure)' -s "$0" ${1+"$@"} (define *shell* "sh") (define PACKAGE "mes") -(define VERSION "0.15") +(define VERSION "0.16") (define PREFIX "/usr/local") (define GUILE_EFFECTIVE_VERSION (effective-version)) (define GUILE (or (getenv "guile") "guile")) @@ -265,8 +265,8 @@ Some influential environment variables: (set! *verbose?* verbose?) (check-version "guile" '(2 0)) (check-version "guile-tools" '(2 0)) - (check-version "mes-seed" '(0 14) #:optional? #t #:command (string-append MES_SEED "/refresh.sh")) - (check-version "tinycc-seed" '(0 14) #:optional? #t #:command (string-append TINYCC_SEED "/refresh.sh")) + (check-version "mes-seed" '(0 16) #:optional? #t #:command (string-append MES_SEED "/refresh.sh")) + (check-version "tinycc-seed" '(0 16) #:optional? #t #:command (string-append TINYCC_SEED "/refresh.sh")) (check-version BLOOD_ELF '(0 1)) (check-version HEX2 '(0 3)) (check-version M1 '(0 3))