build: Release 0.23.

* configure (VERSION): Bump to 0.23.
(main): Update mes requirement to 0.22.
* configure.sh (VERSION): Likewise.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2021-01-10 11:58:50 +01:00
parent 8135a7784f
commit ee9f407abb
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
2 changed files with 3 additions and 3 deletions

4
configure vendored
View File

@ -36,7 +36,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.22")
(define VERSION "0.23")
(cond-expand
(guile)
@ -458,7 +458,7 @@ Some influential environment variables:
(make-dep "blood-elf")
(make-dep "diff" #:optional? #t)
(make-dep "guile" #:version '(2 0) #:commands '("guile-3.0" "guile-3" "guile-2.2" "guile-2.0" "guile-2" "guile") #:optional? #t)
(make-dep "mes" #:version '(0 20) #:optional? #t)
(make-dep "mes" #:version '(0 22) #:optional? #t)
(make-dep "guix" #:version '() #:optional? #t)
(make-dep "ar" #:version '(2 10) #:optional? #t)
(make-dep "sh" #:optional? #t)

View File

@ -20,7 +20,7 @@
set -e
VERSION=0.22
VERSION=0.23
srcdir=${srcdir-$(dirname $0)}
srcdest=
if test "$srcdir" != "."; then