mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
11 lines
267 B
C
11 lines
267 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.0"
|
|
#define APP_VERSION "2.0.0.0"
|
|
|
|
#endif // DEFINES_H
|