From 5117faff6757d97a0c3e7ec42cc880174197fb89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20L=2E=20=C5=A0ijanec?= Date: Tue, 5 May 2020 19:33:53 +0200 Subject: forgot to increment version number, lol --- src/bvr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bvr.h b/src/bvr.h index 0af9f54..a2bfe00 100644 --- a/src/bvr.h +++ b/src/bvr.h @@ -23,7 +23,7 @@ char bvr_variables[BVR_INITIAL_VARIABLES_COUNT*2][BVR_MAX_VARIABLE_SIZE]; int bvr_bvrvar_first_time_set = 1; #define BVR_VER_MAJOR 0 -#define BVR_VER_MINOR 0 +#define BVR_VER_MINOR 1 #define BVR_VER_PATCH 0 #define BVR_PATH_SEPARATOR ';' -- cgit v1.2.3