changed the way printing version looks

This commit is contained in:
tihmstar 2017-06-07 16:19:45 +02:00
parent 1a87c28c38
commit 1a1779da46

View file

@ -76,7 +76,8 @@ int main(int argc, const char * argv[]) {
int res = -1;
printf("Version: " VERSION_COMMIT_SHA_FUTURERESTORE" - " VERSION_COMMIT_COUNT_FUTURERESTORE"\n");
#ifdef HAVE_LIBIPATCHER
printf("Odysseus Support: yes -- %s\n", libipatcher::version().c_str());
printf("%s\n",libipatcher::version().c_str());
printf("Odysseus Support: yes\n");
#else
printf("Odysseus Support: no\n");
#endif