diff --git a/build.bat b/build.bat index 8c571734..c2787055 100644 --- a/build.bat +++ b/build.bat @@ -1,4 +1,4 @@ @echo off cd ..\builder -build simplewall simplewall 3.2.1 +build simplewall simplewall 3.2.2 diff --git a/src/app.hpp b/src/app.hpp index 657b2af2..8b5c06f1 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -5,6 +5,6 @@ #define APP_NAME L"simplewall" #define APP_NAME_SHORT L"simplewall" -#define APP_VERSION L"3.2.1" -#define APP_VERSION_RES 3,2,1,0 +#define APP_VERSION L"3.2.2" +#define APP_VERSION_RES 3,2,2,0 #define APP_COPYRIGHT L"(c) 2016-2020 " _APP_AUTHOR L". All Rights Reversed."