Files
DefaultVPN/version.h.in

17 lines
350 B
C
Raw Normal View History

#ifndef VERSION_H
#define VERSION_H
#ifndef APP_VERSION
#define APP_VERSION "@CMAKE_PROJECT_VERSION@"
#endif
#ifndef APP_MAJOR_VERSION
#define APP_MAJOR_VERSION "@APP_MAJOR_VERSION@"
#endif
#define APPLICATION_NAME "DefaultVPN"
#define SERVICE_NAME "DefaultVPN-service"
#define ORGANIZATION_NAME "DefaultVPN.ORG"
#endif // VERSION_H