Skip to content

Commit

Permalink
Use PACKAGE_NAME and PACKAGE_VERSION instead of PACKAGE_STRING
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Dec 30, 2024
1 parent 3fdaed7 commit 1da64a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libusbmuxd.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static char* stpncpy(char *dst, const char *src, size_t len)
#endif

#include <plist/plist.h>
#define PLIST_CLIENT_VERSION_STRING PACKAGE_STRING
#define PLIST_CLIENT_VERSION_STRING PACKAGE_NAME " " PACKAGE_VERSION
#define PLIST_LIBUSBMUX_VERSION 3

static char *bundle_id = NULL;
Expand Down

0 comments on commit 1da64a8

Please sign in to comment.