Skip to content

Commit 1da64a8

Browse files
committed
Use PACKAGE_NAME and PACKAGE_VERSION instead of PACKAGE_STRING
1 parent 3fdaed7 commit 1da64a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libusbmuxd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ static char* stpncpy(char *dst, const char *src, size_t len)
9595
#endif
9696

9797
#include <plist/plist.h>
98-
#define PLIST_CLIENT_VERSION_STRING PACKAGE_STRING
98+
#define PLIST_CLIENT_VERSION_STRING PACKAGE_NAME " " PACKAGE_VERSION
9999
#define PLIST_LIBUSBMUX_VERSION 3
100100

101101
static char *bundle_id = NULL;

0 commit comments

Comments
 (0)