initial upload
This commit is contained in:
10
include/version.h.in
Normal file
10
include/version.h.in
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef VERSION_H
|
||||
#define VERSION_H
|
||||
|
||||
#define PROJECT_VERSION_MAJOR @PROJECT_VERSION_MAJOR@
|
||||
#define PROJECT_VERSION_MINOR @PROJECT_VERSION_MINOR@
|
||||
#define PROJECT_VERSION_PATCH @PROJECT_VERSION_PATCH@
|
||||
|
||||
#define GIT_COMMIT "@GIT_COMMIT_HASH@"
|
||||
|
||||
#endif // VERSION_H
|
||||
Reference in New Issue
Block a user