print git info to log as well

This commit is contained in:
georgemoralis 2024-08-01 01:11:58 +03:00
parent 62e501f31f
commit bd48e24c32
4 changed files with 16 additions and 4 deletions

View file

@ -9,5 +9,6 @@
namespace Common {
constexpr char VERSION[] = "0.1.1 WIP";
constexpr bool isRelease = false;
} // namespace Common