From c40354c558e40ab0893fead4df46654d15d652fa Mon Sep 17 00:00:00 2001 From: "Jan (janneke) Nieuwenhuizen" Date: Tue, 1 Mar 2022 07:34:02 +0100 Subject: [PATCH] build: Release 0.23.1. * configure (VERSION): Bump to 0.23.1. * configure.sh (VERSION): Likewise. * mes/module/mes/repl.mes (welcome): Update copyright years. --- configure | 4 ++-- configure.sh | 4 ++-- mes/module/mes/repl.mes | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure b/configure index b5eeb204..b0b6c5ab 100755 --- a/configure +++ b/configure @@ -4,7 +4,7 @@ MES_ARENA=100000000 exec ${SCHEME-guile} -L . --no-auto-compile -e '(configure)' !# ;;; GNU Mes --- Maxwell Equations of Software -;;; Copyright © 2016,2017,2018,2019,2020,2021 Jan (janneke) Nieuwenhuizen +;;; Copyright © 2016,2017,2018,2019,2020,2021,2022 Jan (janneke) Nieuwenhuizen ;;; Copyright © 2020 Vagrant Cascadian ;;; ;;; 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-NAME "GNU Mes") (define PACKAGE-BUGREPORT "bug-mes@gnu.org") -(define VERSION "0.23") +(define VERSION "0.23.1") (cond-expand (guile) diff --git a/configure.sh b/configure.sh index fa7b8b29..29609a0d 100755 --- a/configure.sh +++ b/configure.sh @@ -1,7 +1,7 @@ #! /bin/sh # GNU Mes --- Maxwell Equations of Software -# Copyright © 2018,2019 Jan (janneke) Nieuwenhuizen +# Copyright © 2018,2019,2022 Jan (janneke) Nieuwenhuizen # # This file is part of GNU Mes. # @@ -20,7 +20,7 @@ set -e -VERSION=0.23 +VERSION=0.23.1 srcdir=${srcdir-$(dirname $0)} srcdest= if test "$srcdir" != "."; then diff --git a/mes/module/mes/repl.mes b/mes/module/mes/repl.mes index 4560d60b..10538fac 100644 --- a/mes/module/mes/repl.mes +++ b/mes/module/mes/repl.mes @@ -1,7 +1,7 @@ ;;; -*-scheme-*- ;;; GNU Mes --- Maxwell Equations of Software -;;; Copyright © 2016,2017,2018,2019,2020,2021 Jan (janneke) Nieuwenhuizen +;;; Copyright © 2016,2017,2018,2019,2020,2021,2022 Jan (janneke) Nieuwenhuizen ;;; ;;; This file is part of GNU Mes. ;;; @@ -29,7 +29,7 @@ (define welcome (string-append "GNU Mes " %version " -Copyright (C) 2016,2017,2018,2019,2020,2021 Jan (janneke) Nieuwenhuizen +Copyright (C) 2016,2017,2018,2019,2020,2021,2022 Jan (janneke) Nieuwenhuizen Copyright (C) 2019,2020,2021 Danny Milosavljevic GNU Mes comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.