diff options
Diffstat (limited to 'tools/iproxy.c')
| -rw-r--r-- | tools/iproxy.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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); | 
