[make] USE_GIT_VERSION option to use commit info in version (closes #1702)

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2021-10-22 05:28:59 +03:00
parent ae0cf2e831
commit b0f043ec86
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2
3 changed files with 23 additions and 7 deletions

View file

@ -134,7 +134,7 @@ namespace util
// use stdout -- default
}
LogPrint(eLogNone, "i2pd v", VERSION, " starting");
LogPrint(eLogNone, "i2pd v", VERSION, " (", I2P_VERSION, ") starting");
LogPrint(eLogDebug, "FS: main config file: ", config);
LogPrint(eLogDebug, "FS: data directory: ", datadir);
LogPrint(eLogDebug, "FS: certificates directory: ", certsdir);