summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/inetcat.c2
-rw-r--r--tools/iproxy.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/inetcat.c b/tools/inetcat.c
index 9e20e8b..1d52341 100644
--- a/tools/inetcat.c
+++ b/tools/inetcat.c
@@ -140,7 +140,7 @@ int main(int argc, char **argv)
print_usage(argc, argv, 0);
return 0;
case 'v':
- printf("%s %s\n", TOOL_NAME, PACKAGE_VERSION);
+ printf("%s %s\n", TOOL_NAME, libusbmuxd_version());
return 0;
default:
print_usage(argc, argv, 1);
diff --git a/tools/iproxy.c b/tools/iproxy.c
index 271a93f..1a8e5b8 100644
--- a/tools/iproxy.c
+++ b/tools/iproxy.c
@@ -301,7 +301,7 @@ int main(int argc, char **argv)
print_usage(argc, argv, 0);
return 0;
case 'v':
- printf("%s %s\n", TOOL_NAME, PACKAGE_VERSION);
+ printf("%s %s\n", TOOL_NAME, libusbmuxd_version());
return 0;
default:
print_usage(argc, argv, 1);