aboutsummaryrefslogtreecommitdiff
path: root/desktop/info.h
blob: f13bbdcab2e8db7817a7d61e642c8bd0953ae5ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef INFO_H__
#define INFO_H__

#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 SERVER_PORT 52178
#define SERVER_HOST "localhost"

#endif