Skip to content

Commit

Permalink
++version
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Feb 27, 2020
1 parent 1406fc2 commit 72f88ad
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,4 +1,4 @@
@echo off

cd ..\builder
build simplewall simplewall 3.1
build simplewall simplewall 3.1.1
4 changes: 2 additions & 2 deletions src/app.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

#define APP_NAME L"simplewall"
#define APP_NAME_SHORT L"simplewall"
#define APP_VERSION L"3.1"
#define APP_VERSION_RES 3,1,0,0
#define APP_VERSION L"3.1.1"
#define APP_VERSION_RES 3,1,1,0
#define APP_COPYRIGHT L"(c) 2016-2020 " _APP_AUTHOR L". All Rights Reversed."

0 comments on commit 72f88ad

Please sign in to comment.