build: Release 0.24.

* configure (VERSION): Bump to 0.24.
* configure.sh (VERSION): Likewise.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2022-04-30 16:14:55 +02:00 committed by Jan Nieuwenhuizen
parent 7314b22949
commit 6aee0c4be9
2 changed files with 2 additions and 2 deletions

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