build: Release 0.24.1.

* configure (VERSION): Bump to 0.24.1.
* configure.sh (VERSION): Likewise.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2022-10-15 09:52:04 +02:00
parent cb39c832a5
commit e37e564ae3
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273
2 changed files with 3 additions and 3 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 "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.24") (define VERSION "0.24.1")
(cond-expand (cond-expand
(guile) (guile)

View file

@ -1,7 +1,7 @@
#! /bin/sh #! /bin/sh
# GNU Mes --- Maxwell Equations of Software # GNU Mes --- Maxwell Equations of Software
# Copyright © 2018,2019,2021 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> # Copyright © 2018,2019,2021,2022 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
# #
# This file is part of GNU Mes. # This file is part of GNU Mes.
# #
@ -20,7 +20,7 @@
set -e set -e
VERSION=0.24 VERSION=0.24.1
srcdir=${srcdir-$(dirname $0)} srcdir=${srcdir-$(dirname $0)}
srcdest= srcdest=
if test "$srcdir" != "."; then if test "$srcdir" != "."; then