diff options
-rw-r--r-- | src/bvr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ' ' |