commit | 6eff9eb548ffa00bd5aa310ed4bddc5ab0ed71cc | [log] [tgz] |
---|---|---|
author | Duncan Ogilvie <mr.exodia.tpodt@gmail.com> | Thu Nov 28 16:47:57 2024 +0100 |
committer | Duncan Ogilvie <mr.exodia.tpodt@gmail.com> | Thu Nov 28 16:47:57 2024 +0100 |
tree | 7d022b4f3ecea1e525b3f24cd2f2d4b81b17c603 | |
parent | 1813edad70efd32feba4f5778536de264241132e [diff] |
Use listplist_version function instead of PACKAGE_VERSION in plistutil
diff --git a/tools/plistutil.c b/tools/plistutil.c index 98b440e..b6b64d3 100644 --- a/tools/plistutil.c +++ b/tools/plistutil.c
@@ -173,7 +173,7 @@ } else if (!strcmp(argv[i], "--version") || !strcmp(argv[i], "-v")) { - printf("plistutil %s\n", PACKAGE_VERSION); + printf("plistutil %s\n", libplist_version()); exit(EXIT_SUCCESS); } else