mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
17 lines
392 B
C
17 lines
392 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 "@CLIENT_APPLICATION_NAME@"
|
|
#define SERVICE_NAME "@CLIENT_SERVICE_NAME@"
|
|
#define ORGANIZATION_NAME "@CLIENT_ORGANIZATION_NAME@"
|
|
|
|
#endif // VERSION_H
|