Add yaze_config.h for version management and update version check logic
This commit is contained in:
4
src/yaze_config.h.in
Normal file
4
src/yaze_config.h.in
Normal file
@@ -0,0 +1,4 @@
|
||||
// yaze config file
|
||||
#define YAZE_VERSION_MAJOR @yaze_VERSION_MAJOR@
|
||||
#define YAZE_VERSION_MINOR @yaze_VERSION_MINOR@
|
||||
#define YAZE_VERSION_PATCH @yaze_VERSION_PATCH@
|
||||
Reference in New Issue
Block a user