build: Release 0.24.

* configure (VERSION): Bump to 0.24.
* configure.sh (VERSION): Likewise.
* build-aux/GNUmakefile.in (gen-announce): Update previous-version to
0.23.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2022-04-30 16:14:55 +02:00 committed by Jan Nieuwenhuizen
parent 044d02ed23
commit cbef2dc206
3 changed files with 10 additions and 10 deletions

View File

@ -367,14 +367,14 @@ GPG_KEY_ID:=1A858392E331EAFDB8C27FFBF3C1A0D9C1D65273
GEN_ANNOUNCE=$(GNULIB)/build-aux/announce-gen
GNULIB=../../gnulib
gen-announce:
$(GEN_ANNOUNCE)\
--release-type=beta\
--package-name=mes\
--previous-version='0.22 '\
--current-version=$(VERSION)\
--gpg-key-id=$(GPG_KEY_ID)\
--url-directory=https://ftp.gnu.org/gnu/mes\
--news=NEWS\
$(GEN_ANNOUNCE) \
--release-type=beta \
--package-name=mes \
--previous-version='0.23 ' \
--current-version=$(VERSION) \
--gpg-key-id=$(GPG_KEY_ID) \
--url-directory=https://ftp.gnu.org/gnu/mes \
--news=NEWS \
> doc/announce/ANNOUNCE-$(VERSION)
installdirs: mkinstalldirs

2
configure vendored
View File

@ -37,7 +37,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.23")
(define VERSION "0.24")
(cond-expand
(guile)

View File

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