From 5ca32b9a5fb3afa864ed18a1860c0f9f59935147 Mon Sep 17 00:00:00 2001 From: henrypp Date: Thu, 3 Jun 2021 21:39:17 +0600 Subject: [PATCH] ++version --- build.bat | 2 +- src/app.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.bat b/build.bat index 64969089..cd2847d5 100644 --- a/build.bat +++ b/build.bat @@ -1,6 +1,6 @@ @echo off cd ..\builder -call build simplewall 3.3.3 simplewall +call build simplewall 3.3.4 simplewall pause diff --git a/src/app.h b/src/app.h index 08680cbc..992a2dfa 100644 --- a/src/app.h +++ b/src/app.h @@ -5,7 +5,7 @@ #define APP_NAME L"simplewall" #define APP_NAME_SHORT L"simplewall" -#define APP_VERSION L"3.3.3" -#define APP_VERSION_RES 3,3,3,0 +#define APP_VERSION L"3.3.4" +#define APP_VERSION_RES 3,3,4,0 #define APP_AUTHOR L"Henry++" #define APP_COPYRIGHT L"(c) 2016-2021 " APP_AUTHOR L". All Rights Reversed."