Files
amnezia-client/client/defines.h
T

11 lines
267 B
C
Raw Normal View History

2020-12-04 00:45:21 +03:00
#ifndef DEFINES_H
#define DEFINES_H
#define APPLICATION_NAME "AmneziaVPN"
2020-12-16 06:02:22 +03:00
#define SERVICE_NAME "AmneziaVPN-service"
2020-12-04 00:45:21 +03:00
#define ORGANIZATION_NAME "AmneziaVPN.ORG"
2021-06-19 16:38:35 +03:00
#define APP_MAJOR_VERSION "1.8.1"
#define APP_VERSION "1.8.1.0"
2020-12-04 00:45:21 +03:00
#endif // DEFINES_H