Skip to content

Commit

Permalink
++version
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Mar 9, 2019
1 parent 0eaf626 commit d672bb3
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.5
build "" chrlauncher 2.5.6
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.5"
#define APP_VERSION_RES 2,5,5,0
#define APP_VERSION L"2.5.6"
#define APP_VERSION_RES 2,5,6,0
#define APP_COPYRIGHT L"(c) 2015-2019 " _APP_AUTHOR L". All Rights Reversed."

#endif // __APP_H__

0 comments on commit d672bb3

Please sign in to comment.