Bump version to 0.9.6.
This commit is contained in:
parent
31c0293f7f
commit
ccfc725450
2 changed files with 5 additions and 1 deletions
|
@ -162,7 +162,7 @@
|
||||||
|
|
||||||
;; Print banner
|
;; Print banner
|
||||||
(when (not (-quiet-))
|
(when (not (-quiet-))
|
||||||
(print "HackerBase 0.9.5 (c) 2023 Brmlab, z.s.")
|
(print banner-line)
|
||||||
(newline))
|
(newline))
|
||||||
|
|
||||||
;; Load default configuration
|
;; Load default configuration
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
(module
|
(module
|
||||||
texts
|
texts
|
||||||
(
|
(
|
||||||
|
banner-line
|
||||||
banner
|
banner
|
||||||
license
|
license
|
||||||
)
|
)
|
||||||
|
@ -37,6 +38,9 @@
|
||||||
(chicken string)
|
(chicken string)
|
||||||
(chicken format))
|
(chicken format))
|
||||||
|
|
||||||
|
;; Short banner
|
||||||
|
(define banner-line "HackerBase 0.9.6 (c) 2023 Brmlab, z.s.")
|
||||||
|
|
||||||
;; Banner source with numbers for ANSI CSI SGR
|
;; Banner source with numbers for ANSI CSI SGR
|
||||||
(define banner-source "
|
(define banner-source "
|
||||||
1 __ __ __
|
1 __ __ __
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue