Skip to content

Commit cc64d9e

Browse files
committed
Prepare for release v2.4
1 parent 3e29f82 commit cc64d9e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
bcal v2.4
2+
2022-01-24
3+
4+
- support "exit" and "quit" at prompt
5+
- fix lint report
6+
7+
-------------------------------------------------------------------------------
8+
19
bcal v2.3
210
2021-10-09
311

bcal.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "BCAL" "1" "15 Oct 2021" "Version 2.3" "User Commands"
1+
.TH "BCAL" "1" "24 Jan 2022" "Version 2.4" "User Commands"
22
.SH NAME
33
bcal \- Storage expression calculator.
44
.SH SYNOPSIS

src/bcal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ typedef struct {
7474
uchar loglvl : 2;
7575
} settings;
7676

77-
static char *VERSION = "2.3";
77+
static char *VERSION = "2.4";
7878
static char *units[] = {"b", "kib", "mib", "gib", "tib", "kb", "mb", "gb", "tb"};
7979
static char *logarr[] = {"ERROR", "WARNING", "INFO", "DEBUG"};
8080

0 commit comments

Comments
 (0)