diff options
Diffstat (limited to 'src/libusbmuxd.c')
-rw-r--r-- | src/libusbmuxd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libusbmuxd.c b/src/libusbmuxd.c index 20f7aa1..1e707b1 100644 --- a/src/libusbmuxd.c +++ b/src/libusbmuxd.c @@ -77,7 +77,7 @@ extern int _NSGetExecutablePath(char* buf, uint32_t* bufsize); #endif /* HAVE_INOTIFY */ #include <plist/plist.h> -#define PLIST_CLIENT_VERSION_STRING "usbmuxd built for freedom" +#define PLIST_CLIENT_VERSION_STRING PACKAGE_STRING #define PLIST_LIBUSBMUX_VERSION 3 static char *bundle_id = NULL; |