Skip to content

Commit

Permalink
++version
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Sep 11, 2024
1 parent 4179098 commit 81c3d3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
simplewall=3.8.3|https://github.com/henrypp/simplewall/releases/download/v.3.8.3/simplewall-3.8.3-setup.exe;
language=1723135696|https://raw.githubusercontent.com/henrypp/simplewall/master/bin/simplewall.lng;
simplewall=3.8.4|https://github.com/henrypp/simplewall/releases/download/v.3.8.4/simplewall-3.8.4-setup.exe;
language=1725568945|https://raw.githubusercontent.com/henrypp/simplewall/master/bin/simplewall.lng;
rules_internal=1717635779|https://raw.githubusercontent.com/henrypp/simplewall/master/bin/profile_internal.sp;
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

cd ..\builder
call build simplewall 3.8.3 simplewall
call build simplewall 3.8.4 simplewall

pause
4 changes: 2 additions & 2 deletions src/app.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

0 comments on commit 81c3d3a

Please sign in to comment.