diff options
author | ch1p <ch1p@ch1p.com> | 2014-11-19 11:33:04 +0300 |
---|---|---|
committer | ch1p <ch1p@ch1p.com> | 2014-11-19 11:33:04 +0300 |
commit | 2c2744db268f54d301c88963c9d227a3c7c49ac8 (patch) | |
tree | 2e7ab3f216ec8aa2dd292d9b3bf2027a2667bcc4 /desktop/info.h | |
parent | bdc7ff9d08b2f4030e0c27c7752c4bdf2fed6172 (diff) |
Diffstat (limited to 'desktop/info.h')
-rw-r--r-- | desktop/info.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/desktop/info.h b/desktop/info.h index f13bbdc..3b82302 100644 --- a/desktop/info.h +++ b/desktop/info.h @@ -3,11 +3,13 @@ #define APP_NAME "VK Player Controller" #define APP_ABOUT "Use media buttons to switch between tracks." -#define APP_VERSION "0.1" -#define APP_AUTHOR "Eugene Z. <ch1p@ch1p.com>" -#define APP_URL "http://ch1p.com/vkpc/" +#define APP_VERSION "0.2" +#define APP_AUTHOR "Eugene Z <me@ch1p.com>" +#define APP_URL "https://ch1p.com/vkpc/?linux" #define SERVER_PORT 52178 #define SERVER_HOST "localhost" +// #define DEBUG 1 + #endif |