Skip to content
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
++version
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Nov 11, 2021
1 parent c17232f commit 0da7cd1
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.6 simplewall
call build simplewall 3.6.1 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.6"
#define APP_VERSION_RES 3,6,0,0
#define APP_VERSION L"3.6.1"
#define APP_VERSION_RES 3,6,1,0
#define APP_AUTHOR L"Henry++"
#define APP_COPYRIGHT L"(c) 2016-2021 " APP_AUTHOR L". All Rights Reversed."

0 comments on commit 0da7cd1

Please sign in to comment.