build: Release 0.24.2.

* configure (VERSION): Bump to 0.24.2.
* configure.sh (VERSION): Likewise.
* src/symbol.c (MES_VERSION): Likewise.
* mes/module/mes/repl.mes (welcome): Update copyright years.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2023-02-13 09:22:39 +01:00
parent f0182ecf97
commit 7562330ec7
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
4 changed files with 7 additions and 7 deletions

4
configure vendored
View File

@ -4,7 +4,7 @@ MES_ARENA=100000000 exec ${SCHEME-guile} -L . --no-auto-compile -e '(configure)'
!# !#
;;; GNU Mes --- Maxwell Equations of Software ;;; GNU Mes --- Maxwell Equations of Software
;;; Copyright © 2016,2017,2018,2019,2020,2021,2022 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2016,2017,2018,2019,2020,2021,2022,2023 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2020 Vagrant Cascadian <vagrant@reproducible-builds.org> ;;; Copyright © 2020 Vagrant Cascadian <vagrant@reproducible-builds.org>
;;; ;;;
;;; configure: This file is part of GNU Mes. ;;; configure: This file is part of GNU Mes.
@ -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.1") (define VERSION "0.24.2")
(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,2022 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> # Copyright © 2018,2019,2021,2022,2023 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.1 VERSION=0.24.2
srcdir=${srcdir-$(dirname $0)} srcdir=${srcdir-$(dirname $0)}
srcdest= srcdest=
if test "$srcdir" != "."; then if test "$srcdir" != "."; then

View File

@ -1,7 +1,7 @@
;;; -*-scheme-*- ;;; -*-scheme-*-
;;; GNU Mes --- Maxwell Equations of Software ;;; GNU Mes --- Maxwell Equations of Software
;;; Copyright © 2016,2017,2018,2019,2020,2021,2022 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2016,2017,2018,2019,2020,2021,2022,2023 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; ;;;
;;; This file is part of GNU Mes. ;;; This file is part of GNU Mes.
;;; ;;;
@ -29,7 +29,7 @@
(define welcome (define welcome
(string-append "GNU Mes " %version " (string-append "GNU Mes " %version "
Copyright (C) 2016,2017,2018,2019,2020,2021,2022 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> Copyright (C) 2016,2017,2018,2019,2020,2021,2022,2023 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
Copyright (C) 2019,2020,2021 Danny Milosavljevic <dannym@scratchpost.org> Copyright (C) 2019,2020,2021 Danny Milosavljevic <dannym@scratchpost.org>
and others. and others.

View File

@ -23,7 +23,7 @@
#include <string.h> #include <string.h>
// char const *MES_VERSION = "0.24"; // char const *MES_VERSION = "0.24.2";
#if __M2_PLANET__ #if __M2_PLANET__
#define M2_CELL_SIZE 12 #define M2_CELL_SIZE 12