Skip to content

Commit

Permalink
upd version string
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Nov 22, 2018
1 parent b98c6ea commit 98d30a2
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 "" chrlauncher 2.5.1
build "" chrlauncher 2.5.2
4 changes: 2 additions & 2 deletions src/app.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

#define APP_NAME L"chrlauncher"
#define APP_NAME_SHORT L"chrlauncher"
#define APP_VERSION L"2.5.1"
#define APP_VERSION_RES 2,5,1,0
#define APP_VERSION L"2.5.2"
#define APP_VERSION_RES 2,5,2,0
#define APP_COPYRIGHT L"(c) 2015-2018 " _APP_AUTHOR L". All Rights Reversed."

#endif // __APP_H__

0 comments on commit 98d30a2

Please sign in to comment.