diff options
Diffstat (limited to 'src/bvr.h')
-rw-r--r-- | src/bvr.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ #define LINE_COMMAND_CHAR '?' #define WAITING_FOR_COMMAND 8922 #define READING_COMMAND 2343 -#define PROCESSING_COMMAND 346 +#define PROCESSING_COMMAND 346 // not needed #define THE_VOID "/dev/null" #define BVR_INITIAL_VARIABLES_COUNT 128 @@ -24,7 +24,7 @@ int bvr_bvrvar_first_time_set = 1; #define BVR_VER_MAJOR 0 #define BVR_VER_MINOR 1 -#define BVR_VER_PATCH 0 +#define BVR_VER_PATCH 1 #define BVR_PATH_SEPARATOR ' ' #define BVR_INCLUDE_PATH_VAR_NAME "bvr_include_path" |