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-NAME "GNU Mes")
(define PACKAGE-BUGREPORT "bug-mes@gnu.org")
(define VERSION "0.24")
(define VERSION "0.24.1")
(cond-expand
(guile)

View file

@ -1,7 +1,7 @@
#! /bin/sh
# 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.
#
@ -20,7 +20,7 @@
set -e
VERSION=0.24
VERSION=0.24.1
srcdir=${srcdir-$(dirname $0)}
srcdest=
if test "$srcdir" != "."; then