diff options
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 |