9 lines
231 B
C
9 lines
231 B
C
#ifndef DEFINES_H
|
|
#define DEFINES_H
|
|
|
|
#define APPLICATION_NAME "AmneziaVPN"
|
|
#define SERVICE_NAME "AmneziaVPN-service"
|
|
#define ORGANIZATION_NAME "AmneziaVPN.ORG"
|
|
#define APP_VERSION "1.6.1.0"
|
|
|
|
#endif // DEFINES_H
|