diff --git a/src/common/version.h b/src/common/version.h index 3b58702..be683ad 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -13,7 +13,7 @@ #ifndef VERSION_H #define VERSION_H -#define VI_VERSION 3,0,0,0 -#define VI_VERSION_STR "3.0.0.0" +#define VI_VERSION 3,0,0,1 +#define VI_VERSION_STR "3.0.0.1" #endif // !VERSION_H