diff options
author | Anton L. Šijanec <sijanecantonluka@gmail.com> | 2020-05-16 19:36:34 +0200 |
---|---|---|
committer | Anton L. Šijanec <sijanecantonluka@gmail.com> | 2020-05-16 19:36:34 +0200 |
commit | be2a485d3240007afe26c1335b56a4f3cbb91841 (patch) | |
tree | d419f7560cc77ce298b3cba9431488721954bffd /src/bvr.h | |
parent | easier to add commands, accept values, added substirng (diff) | |
download | bverbose-be2a485d3240007afe26c1335b56a4f3cbb91841.tar bverbose-be2a485d3240007afe26c1335b56a4f3cbb91841.tar.gz bverbose-be2a485d3240007afe26c1335b56a4f3cbb91841.tar.bz2 bverbose-be2a485d3240007afe26c1335b56a4f3cbb91841.tar.lz bverbose-be2a485d3240007afe26c1335b56a4f3cbb91841.tar.xz bverbose-be2a485d3240007afe26c1335b56a4f3cbb91841.tar.zst bverbose-be2a485d3240007afe26c1335b56a4f3cbb91841.zip |
Diffstat (limited to 'src/bvr.h')
-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 ' ' |