Fix spacing and bump version.
This commit is contained in:
parent
6947dd37b3
commit
6915cc0e21
2 changed files with 7 additions and 6 deletions
|
@ -178,11 +178,12 @@
|
|||
soonexps)
|
||||
",")))))
|
||||
(mlcheck-lst
|
||||
(string-split
|
||||
(with-output-to-string
|
||||
(lambda ()
|
||||
(print-mailing-list-checks mb mls)))
|
||||
"\n"))
|
||||
(cons ""
|
||||
(string-split
|
||||
(with-output-to-string
|
||||
(lambda ()
|
||||
(print-mailing-list-checks mb mls)))
|
||||
"\n")))
|
||||
(debtors (sort
|
||||
(members-to-notify mb 1)
|
||||
brmember<?))
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
(chicken format))
|
||||
|
||||
;; Short banner
|
||||
(define banner-line "HackerBase 1.16-dev (c) 2023 Brmlab, z.s.")
|
||||
(define banner-line "HackerBase 1.16 (c) 2023 Brmlab, z.s.")
|
||||
|
||||
;; Banner source with numbers for ANSI CSI SGR
|
||||
(define banner-source "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue