mirror of
https://github.com/outbackdingo/amnezia-client.git
synced 2026-01-27 02:18:09 +00:00
17 lines
350 B
C
17 lines
350 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#ifndef APP_VERSION
|
|
#define APP_VERSION "@CMAKE_PROJECT_VERSION@"
|
|
#endif
|
|
|
|
#ifndef APP_MAJOR_VERSION
|
|
#define APP_MAJOR_VERSION "@APP_MAJOR_VERSION@"
|
|
#endif
|
|
|
|
#define APPLICATION_NAME "AmneziaVPN"
|
|
#define SERVICE_NAME "AmneziaVPN-service"
|
|
#define ORGANIZATION_NAME "AmneziaVPN.ORG"
|
|
|
|
#endif // VERSION_H
|