Release 0.22.

* configure (VERSION): Update to 0.22.
(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 2020-01-19 08:31:38 +01:00
parent c575069b62
commit 52fb6cdbfc
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
4 changed files with 5 additions and 5 deletions

View File

@ -343,7 +343,7 @@ gen-announce:
$(GEN_ANNOUNCE)\
--release-type=beta\
--package-name=mes\
--previous-version='0.20 '\
--previous-version='0.21 '\
--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.21")
(define VERSION "0.22")
(cond-expand
(guile)

View File

@ -20,7 +20,7 @@
set -e
VERSION=0.21
VERSION=0.22
srcdir=${srcdir-$(dirname $0)}
srcdest=
if test "$srcdir" != "."; then

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.21"))
(version "0.22"))
(package
(name "mes")
(version version)
@ -163,7 +163,7 @@ Guile.")
(license gpl3+))))
(define-public mes.git
(let ((version "0.21")
(let ((version "0.22")
(revision "0")
(commit (read-string (open-pipe "git show HEAD | head -1 | cut -d ' ' -f 2" OPEN_READ))))
(package