From 8dc6dc4a7c90f7f2e3b28515085f17ec2ab24c34 Mon Sep 17 00:00:00 2001 From: KeyLo99 Date: Sun, 23 Jun 2019 19:29:12 +0300 Subject: [PATCH] Increment the version number --- src/k3rmit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k3rmit.h b/src/k3rmit.h index 6cc9eb6..4e68304 100644 --- a/src/k3rmit.h +++ b/src/k3rmit.h @@ -18,7 +18,7 @@ #include #define TERM_NAME "k3rmit" -#define TERM_VERSION "1.1" +#define TERM_VERSION "1.2" #define TERM_FONT "Monospace" #define TERM_FONT_DEFAULT_SIZE 9 #define TERM_LOCALE "en_US.UTF-8"