Bump frontend version.

This commit is contained in:
Dominik Pantůček 2023-07-07 12:37:55 +02:00
parent 1c0e76b022
commit 04aa18d449
2 changed files with 2 additions and 1 deletions

View file

@ -39,7 +39,7 @@
(chicken format)) (chicken format))
;; Short banner ;; Short banner
(define banner-line "HackerBase 1.7 (c) 2023 Brmlab, z.s.") (define banner-line "HackerBase 1.7.99 (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 "

View file

@ -7,6 +7,7 @@
util-bst-ldict util-bst-ldict
#:doc ("Reimplementation of old list-based symbol dictionary using new BST backend.") #:doc ("Reimplementation of old list-based symbol dictionary using new BST backend.")
( (
ldict<?
make-ldict make-ldict
ldict? ldict?
ldict-empty? ldict-empty?