mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
005bb39e41
- deleted files for qmake
13 lines
268 B
C
13 lines
268 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#ifndef APP_VERSION
|
|
#define APP_VERSION "@CMAKE_PROJECT_VERSION@"
|
|
#endif
|
|
|
|
#define APPLICATION_NAME "AmneziaVPN"
|
|
#define SERVICE_NAME "AmneziaVPN-service"
|
|
#define ORGANIZATION_NAME "AmneziaVPN.ORG"
|
|
|
|
#endif // VERSION_H
|