build: Release 0.24.
* configure (VERSION): Bump to 0.24. * configure.sh (VERSION): Likewise. * build-aux/GNUmakefile.in (gen-announce): Update previous-version to 0.23. * mes/module/mes/repl.mes (welcome): Update copyright years.
This commit is contained in:
parent
1cb3b51625
commit
a36eb013f8
|
@ -370,14 +370,14 @@ GPG_KEY_ID:=1A858392E331EAFDB8C27FFBF3C1A0D9C1D65273
|
||||||
GEN_ANNOUNCE=$(GNULIB)/build-aux/announce-gen
|
GEN_ANNOUNCE=$(GNULIB)/build-aux/announce-gen
|
||||||
GNULIB=../../gnulib
|
GNULIB=../../gnulib
|
||||||
gen-announce:
|
gen-announce:
|
||||||
$(GEN_ANNOUNCE)\
|
$(GEN_ANNOUNCE) \
|
||||||
--release-type=beta\
|
--release-type=beta \
|
||||||
--package-name=mes\
|
--package-name=mes \
|
||||||
--previous-version='0.22 '\
|
--previous-version='0.23 ' \
|
||||||
--current-version=$(VERSION)\
|
--current-version=$(VERSION) \
|
||||||
--gpg-key-id=$(GPG_KEY_ID)\
|
--gpg-key-id=$(GPG_KEY_ID) \
|
||||||
--url-directory=https://ftp.gnu.org/gnu/mes\
|
--url-directory=https://ftp.gnu.org/gnu/mes \
|
||||||
--news=NEWS\
|
--news=NEWS \
|
||||||
> doc/announce/ANNOUNCE-$(VERSION)
|
> doc/announce/ANNOUNCE-$(VERSION)
|
||||||
|
|
||||||
sum-announce:
|
sum-announce:
|
||||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -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.23")
|
(define VERSION "0.24")
|
||||||
|
|
||||||
(cond-expand
|
(cond-expand
|
||||||
(guile)
|
(guile)
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION=0.23
|
VERSION=0.24
|
||||||
srcdir=${srcdir-$(dirname $0)}
|
srcdir=${srcdir-$(dirname $0)}
|
||||||
srcdest=
|
srcdest=
|
||||||
if test "$srcdir" != "."; then
|
if test "$srcdir" != "."; then
|
||||||
|
|
|
@ -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 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
;;; Copyright © 2016,2017,2018,2019,2020,2021,2022 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Mes.
|
;;; This file is part of GNU Mes.
|
||||||
;;;
|
;;;
|
||||||
|
@ -29,8 +29,9 @@
|
||||||
|
|
||||||
(define welcome
|
(define welcome
|
||||||
(string-append "GNU Mes " %version "
|
(string-append "GNU Mes " %version "
|
||||||
Copyright (C) 2016,2017,2018,2019,2020,2021 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
Copyright (C) 2016,2017,2018,2019,2020,2021,2022 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.
|
||||||
|
|
||||||
GNU Mes comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
|
GNU Mes comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
|
||||||
This program is free software, and you are welcome to redistribute it
|
This program is free software, and you are welcome to redistribute it
|
||||||
|
|
Loading…
Reference in a new issue