From 437cfe223d53fe395970932af912d6e29a93d0f5 Mon Sep 17 00:00:00 2001 From: henrypp Date: Tue, 26 Nov 2024 17:27:19 +0500 Subject: [PATCH] ++version --- VERSION | 2 +- build.bat | 2 +- src/app.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index cad8caf9..861c7e0e 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ -simplewall=3.8.4|https://github.com/henrypp/simplewall/releases/download/v.3.8.4/simplewall-3.8.4-setup.exe; +simplewall=3.8.5|https://github.com/henrypp/simplewall/releases/download/v.3.8.5/simplewall-3.8.5-setup.exe; language=1731532522|https://raw.githubusercontent.com/henrypp/simplewall/master/bin/simplewall.lng; rules_internal=1717635779|https://raw.githubusercontent.com/henrypp/simplewall/master/bin/profile_internal.sp; diff --git a/build.bat b/build.bat index 2372feed..0e20bab5 100644 --- a/build.bat +++ b/build.bat @@ -1,6 +1,6 @@ @echo off cd ..\builder -call build simplewall 3.8.4 simplewall +call build simplewall 3.8.5 simplewall pause diff --git a/src/app.h b/src/app.h index a041722e..56b9e3da 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.8.4" -#define APP_VERSION_RES 3,8,4,0 +#define APP_VERSION L"3.8.5" +#define APP_VERSION_RES 3,8,5,0 #define APP_AUTHOR L"Henry++" #define APP_COPYRIGHT L"(c) 2016-2024 " APP_AUTHOR L". All Rights Reversed."