mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
ddca4f9068
Билд выпущен при поддержке Теплицы социальных технологий
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
|