Skip to content

Commit

Permalink
++version
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Jun 3, 2021
1 parent 82549bc commit 5ca32b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.3.3 simplewall
call build simplewall 3.3.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.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."

0 comments on commit 5ca32b9

Please sign in to comment.