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:
parent
c575069b62
commit
52fb6cdbfc
|
@ -343,7 +343,7 @@ gen-announce:
|
||||||
$(GEN_ANNOUNCE)\
|
$(GEN_ANNOUNCE)\
|
||||||
--release-type=beta\
|
--release-type=beta\
|
||||||
--package-name=mes\
|
--package-name=mes\
|
||||||
--previous-version='0.20 '\
|
--previous-version='0.21 '\
|
||||||
--current-version=$(VERSION)\
|
--current-version=$(VERSION)\
|
||||||
--gpg-key-id=$(GPG_KEY_ID)\
|
--gpg-key-id=$(GPG_KEY_ID)\
|
||||||
--url-directory=https://ftp.gnu.org/gnu/mes\
|
--url-directory=https://ftp.gnu.org/gnu/mes\
|
||||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -36,7 +36,7 @@ MES_ARENA=100000000 exec ${SCHEME-guile} -L . --no-auto-compile -e '(configure)'
|
||||||
(define PACKAGE "mes")
|
(define PACKAGE "mes")
|
||||||
(define PACKAGE-NAME "GNU Mes")
|
(define PACKAGE-NAME "GNU Mes")
|
||||||
(define PACKAGE-BUGREPORT "bug-mes@gnu.org")
|
(define PACKAGE-BUGREPORT "bug-mes@gnu.org")
|
||||||
(define VERSION "0.21")
|
(define VERSION "0.22")
|
||||||
|
|
||||||
(cond-expand
|
(cond-expand
|
||||||
(guile)
|
(guile)
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION=0.21
|
VERSION=0.22
|
||||||
srcdir=${srcdir-$(dirname $0)}
|
srcdir=${srcdir-$(dirname $0)}
|
||||||
srcdest=
|
srcdest=
|
||||||
if test "$srcdir" != "."; then
|
if test "$srcdir" != "."; then
|
||||||
|
|
|
@ -122,7 +122,7 @@ extensive examples, including parsers for the Javascript and C99 languages.")
|
||||||
|
|
||||||
(define-public mes
|
(define-public mes
|
||||||
(let ((triplet "i686-unknown-linux-gnu")
|
(let ((triplet "i686-unknown-linux-gnu")
|
||||||
(version "0.21"))
|
(version "0.22"))
|
||||||
(package
|
(package
|
||||||
(name "mes")
|
(name "mes")
|
||||||
(version version)
|
(version version)
|
||||||
|
@ -163,7 +163,7 @@ Guile.")
|
||||||
(license gpl3+))))
|
(license gpl3+))))
|
||||||
|
|
||||||
(define-public mes.git
|
(define-public mes.git
|
||||||
(let ((version "0.21")
|
(let ((version "0.22")
|
||||||
(revision "0")
|
(revision "0")
|
||||||
(commit (read-string (open-pipe "git show HEAD | head -1 | cut -d ' ' -f 2" OPEN_READ))))
|
(commit (read-string (open-pipe "git show HEAD | head -1 | cut -d ' ' -f 2" OPEN_READ))))
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue