mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-20 15:40:50 +00:00
Move git hash into a dedicated .h so less compiling happens after a commit
This commit is contained in:
parent
fde1355653
commit
94ebfbdfcb
5 changed files with 29 additions and 1 deletions
|
@ -25,7 +25,6 @@
|
|||
#define VERSION_MINOR @PROJECT_VERSION_MINOR@
|
||||
#define VERSION_BETA @PROJECT_VERSION_BETA@
|
||||
#define VERSION_PATCH @PROJECT_VERSION_PATCH@
|
||||
#define VERSION_GIT "@PROJECT_VERSION_GIT@"
|
||||
#define CONFIG_FILE_PATH "@DINDEXER_CONFIG_FILE@"
|
||||
#define ACTIONS_SEARCH_PATH "@DINDEXER_ACTIONS_PATH@"
|
||||
#define ACTION_PREFIX "@bare_name@-"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue