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"
2022-09-11 00:24:43 +03:00
#define APP_MAJOR_VERSION "2.1.2"
#define APP_VERSION "2.1.2.0"
2020-12-04 00:45:21 +03:00
#endif // DEFINES_H