Release 0.21.

* configure (VERSION): Update to 0.21.
(main): Likewise.
* build-aux/GNUmakefile.in: Likewise.
* configure.sh (VERSION): Likewise.
* guix/git/mes.scm (mes, mes.git): Likewise.
This commit is contained in:
Jan Nieuwenhuizen 2019-11-10 08:31:38 +01:00
parent ac9c18f8b8
commit fbe178810f
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
4 changed files with 5 additions and 5 deletions

View File

@ -322,7 +322,7 @@ gen-announce:
$(GEN_ANNOUNCE)\
--release-type=beta\
--package-name=mes\
--previous-version='0.19 '\
--previous-version='0.20 '\
--current-version=$(VERSION)\
--gpg-key-id=$(GPG_KEY_ID)\
--url-directory=https://ftp.gnu.org/gnu/mes\

2
configure vendored
View File

@ -36,7 +36,7 @@ MES_ARENA=100000000 exec ${SCHEME-guile} -L . --no-auto-compile -e '(configure)'
(define PACKAGE "mes")
(define PACKAGE-NAME "GNU Mes")
(define PACKAGE-BUGREPORT "bug-mes@gnu.org")
(define VERSION "0.20")
(define VERSION "0.21")
(cond-expand
(guile)

View File

@ -20,7 +20,7 @@
set -e
VERSION=0.20
VERSION=0.21
srcdir=${srcdir-$(dirname $0)}
. ${srcdest}build-aux/trace.sh

View File

@ -122,7 +122,7 @@ extensive examples, including parsers for the Javascript and C99 languages.")
(define-public mes
(let ((triplet "i686-unknown-linux-gnu")
(version "0.20"))
(version "0.21"))
(package
(name "mes")
(version version)
@ -164,7 +164,7 @@ Guile.")
(license gpl3+))))
(define-public mes.git
(let ((version "0.20")
(let ((version "0.21")
(revision "0")
(commit (read-string (open-pipe "git show HEAD | head -1 | cut -d ' ' -f 2" OPEN_READ))))
(package