10 lines
269 B
C
10 lines
269 B
C
#ifndef DEFINES_H
|
|
#define DEFINES_H
|
|
|
|
#define APPLICATION_NAME "AmneziaVPN"
|
|
#define SERVICE_NAME "AmneziaVPN-service"
|
|
#define ORGANIZATION_NAME "AmneziaVPN.ORG"
|
|
#define APP_MAJOR_VERSION "2.0.10"
|
|
#define APP_VERSION "2.0.10.0"
|
|
|
|
#endif // DEFINES_H
|