diff --git a/src/app/common.h b/src/app/common.h index de72cd3..65d738e 100644 --- a/src/app/common.h +++ b/src/app/common.h @@ -23,7 +23,7 @@ #include #include -#define VERSION_STRING "1.0.0" +#define VERSION_STRING "1.0.1" #define ARRAY_LENGTH(array) (sizeof(array) / sizeof((array)[0])) #define MIN(a, b) ((a) < (b) ? (a) : (b)) #define MAX(a, b) ((a) > (b) ? (a) : (b))