From be2a485d3240007afe26c1335b56a4f3cbb91841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20L=2E=20=C5=A0ijanec?= Date: Sat, 16 May 2020 19:36:34 +0200 Subject: version bump to 0.3.0 --- src/bvr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bvr.h b/src/bvr.h index 588f31f..465c974 100644 --- a/src/bvr.h +++ b/src/bvr.h @@ -25,7 +25,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 2 +#define BVR_VER_MINOR 3 #define BVR_VER_PATCH 0 #define BVR_PATH_SEPARATOR ' ' -- cgit v1.2.3