summaryrefslogtreecommitdiffstats
path: root/src/bcal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bcal.c')
-rw-r--r--src/bcal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bcal.c b/src/bcal.c
index 15b6086..576e99c 100644
--- a/src/bcal.c
+++ b/src/bcal.c
@@ -71,7 +71,7 @@ typedef struct {
uchar loglvl : 2;
} settings;
-static char *VERSION = "2.1";
+static char *VERSION = "2.2";
static char *units[] = {"b", "kib", "mib", "gib", "tib", "kb", "mb", "gb", "tb"};
static char *logarr[] = {"ERROR", "WARNING", "INFO", "DEBUG"};