add an auto generated version id

Former-commit-id: df3ad6b08e24e73d957611e8be45e7e8cc717b8c
This commit is contained in:
redpanther
2016-03-10 06:53:21 +01:00
parent 7f4ea9ae7b
commit 49e867f5fc
4 changed files with 32 additions and 17 deletions

View File

@@ -96,7 +96,7 @@ int main(int argc, char** argv)
// Initialising QCoreApplication
QCoreApplication app(argc, argv);
std::cout << "QCoreApplication initialised" << std::endl;
std::cout << "Hyperion initialised, Version: " << HYPERION_VERSION_ID << std::endl;
signal(SIGINT, signal_handler);
signal(SIGTERM, signal_handler);