From 5d718587177561f3084ed13db4b72a56912d27f5 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Thu, 28 Nov 2024 18:42:31 +0100 Subject: tools: Use libusbmuxd_version() instead of PACKAGE_VERSION --- tools/inetcat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/inetcat.c') 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); -- cgit v1.1-32-gdbae