From 1a1779da46c6acf071eb65c009d1390108579646 Mon Sep 17 00:00:00 2001 From: tihmstar Date: Wed, 7 Jun 2017 16:19:45 +0200 Subject: [PATCH] changed the way printing version looks --- futurerestore/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/futurerestore/main.cpp b/futurerestore/main.cpp index 7916ab35..ea77d0c5 100644 --- a/futurerestore/main.cpp +++ b/futurerestore/main.cpp @@ -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