diff -r 37d3c819cafa -r 2837b549e616 src/version.h --- a/src/version.h Wed Jun 22 16:13:15 2022 +0300 +++ b/src/version.h Wed Jun 22 16:53:35 2022 +0300 @@ -30,8 +30,8 @@ enum BuildType {InternalBuild, ReleaseBuild}; -constexpr Version version = {1, 0}; -constexpr BuildType buildType = InternalBuild; +constexpr Version APPVERSION = {1, 0}; +constexpr BuildType BUILD_TYPE = InternalBuild; #ifdef DEBUG # undef RELEASE