Skip to content

Commit 81c3d3a

Browse files
committed
++version
1 parent 4179098 commit 81c3d3a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
simplewall=3.8.3|https://github.com/henrypp/simplewall/releases/download/v.3.8.3/simplewall-3.8.3-setup.exe;
2-
language=1723135696|https://raw.githubusercontent.com/henrypp/simplewall/master/bin/simplewall.lng;
1+
simplewall=3.8.4|https://github.com/henrypp/simplewall/releases/download/v.3.8.4/simplewall-3.8.4-setup.exe;
2+
language=1725568945|https://raw.githubusercontent.com/henrypp/simplewall/master/bin/simplewall.lng;
33
rules_internal=1717635779|https://raw.githubusercontent.com/henrypp/simplewall/master/bin/profile_internal.sp;

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22

33
cd ..\builder
4-
call build simplewall 3.8.3 simplewall
4+
call build simplewall 3.8.4 simplewall
55

66
pause

src/app.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#define APP_NAME L"simplewall"
77
#define APP_NAME_SHORT L"simplewall"
8-
#define APP_VERSION L"3.8.3"
9-
#define APP_VERSION_RES 3,8,3,0
8+
#define APP_VERSION L"3.8.4"
9+
#define APP_VERSION_RES 3,8,4,0
1010
#define APP_AUTHOR L"Henry++"
1111
#define APP_COPYRIGHT L"(c) 2016-2024 " APP_AUTHOR L". All Rights Reversed."

0 commit comments

Comments
 (0)