X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMain.cc;h=8554c7fb854dff128875dbaf78dea33df717fc19;hp=835f3d06bc099c6cc3595e6193ab462d9aa308e8;hb=14df8308778d04b49582a29d7a2866c7dbb9ccf9;hpb=70d5336ba77f51e7c12c1f0c52179770d636cc08 diff --git a/src/Main.cc b/src/Main.cc index 835f3d0..8554c7f 100644 --- a/src/Main.cc +++ b/src/Main.cc @@ -221,6 +221,9 @@ void Main::printInfo(int argc, char* argv[]) } std::cout << " Executable: " << argv[0] << std::endl +#ifdef YOINK_GITHEAD + << " Commit: "YOINK_GITHEAD << std::endl +#endif << " Version: "VERSION << std::endl << " Built: " << COMPILE_TIME << std::endl << " Compiler: "COMPILER_STRING << std::endl