Skip to content

Commit

Permalink
upd version
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Jan 27, 2024
1 parent 8eaf6ec commit 6e0e38f
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.7.7|https://github.com/henrypp/simplewall/releases/download/v.3.7.7/simplewall-3.7.7-setup.exe;
simplewall=3.7.8|https://github.com/henrypp/simplewall/releases/download/v.3.7.8/simplewall-3.7.8-setup.exe;
language=1705159378|https://raw.githubusercontent.com/henrypp/simplewall/master/bin/simplewall.lng;
rules_internal=1652781827|https://raw.githubusercontent.com/henrypp/simplewall/master/bin/profile_internal.xml;
rules_internal=1705159378|https://raw.githubusercontent.com/henrypp/simplewall/master/bin/profile_internal.xml;
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.7.7 simplewall
call build simplewall 3.7.8 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.7.7"
#define APP_VERSION_RES 3,7,7,0
#define APP_VERSION L"3.7.8"
#define APP_VERSION_RES 3,7,8,0
#define APP_AUTHOR L"Henry++"
#define APP_COPYRIGHT L"(c) 2016-2024 " APP_AUTHOR L". All Rights Reversed."

0 comments on commit 6e0e38f

Please sign in to comment.