unify build systems of buffyboard and unl0kr

This commit is contained in:
Vladimir Stoiakin 2024-09-25 15:56:19 +03:00
parent 20b084c0b4
commit ec21e5ead9
14 changed files with 120 additions and 147 deletions

View file

@ -377,7 +377,7 @@ int main(int argc, char *argv[]) {
}
/* Announce ourselves */
bbx_log(BBX_LOG_LEVEL_VERBOSE, "unl0kr %s", UL_VERSION);
bbx_log(BBX_LOG_LEVEL_VERBOSE, "unl0kr %s", PROJECT_VERSION);
/* Parse config files */
ul_config_init_opts(&conf_opts);