feat: add version header
This commit is contained in:
parent
6260ce47dc
commit
0d43936a61
3 changed files with 23 additions and 12 deletions
8
include/version.h.in
Normal file
8
include/version.h.in
Normal file
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#define VERSION_MAJOR @PROJECT_VERSION_MAJOR@
|
||||
#define VERSION_MINOR @PROJECT_VERSION_MINOR@
|
||||
#define VERSION_PATCH @PROJECT_VERSION_PATCH@
|
||||
#define VERSION_TWEAK @PROJECT_VERSION_TWEAK@
|
||||
|
||||
#define VERSION "@PROJECT_VERSION@"
|
Loading…
Add table
Add a link
Reference in a new issue