parent
8a8d38a30f
commit
19c42490e3
63 changed files with 252 additions and 2638 deletions
16
version.h.in
Normal file
16
version.h.in
Normal file
|
@ -0,0 +1,16 @@
|
|||
#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 "AmneziaVPN"
|
||||
#define SERVICE_NAME "AmneziaVPN-service"
|
||||
#define ORGANIZATION_NAME "AmneziaVPN.ORG"
|
||||
|
||||
#endif // VERSION_H
|
Loading…
Add table
Add a link
Reference in a new issue