aboutsummaryrefslogtreecommitdiff
path: root/src/scripts/xzmore.in
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2024-02-17 15:35:35 +0200
committerLasse Collin <lasse.collin@tukaani.org>2024-02-19 12:21:37 +0200
commit3462362ebd94d835c664e94ad8f414cfe7590ca7 (patch)
tree32ea2a52bed77f1b2d37a683c66b681e4f3a6860 /src/scripts/xzmore.in
parentCMake: Simplify symlink creation and install translated man pages. (diff)
downloadxz-3462362ebd94d835c664e94ad8f414cfe7590ca7.tar.xz
Scripts: Use @PACKAGE_VERSION@ instead of @VERSION@.
PACKAGE_VERSION was already used in liblzma.pc.in. This way only one version @foo@ is used.
Diffstat (limited to 'src/scripts/xzmore.in')
-rw-r--r--src/scripts/xzmore.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/xzmore.in b/src/scripts/xzmore.in
index 7cb31cbe..c571913f 100644
--- a/src/scripts/xzmore.in
+++ b/src/scripts/xzmore.in
@@ -24,7 +24,7 @@
# specified via XZ_OPT.
xz='@xz@ --format=auto'
-version='xzmore (@PACKAGE_NAME@) @VERSION@'
+version='xzmore (@PACKAGE_NAME@) @PACKAGE_VERSION@'
usage="Usage: ${0##*/} [OPTION]... [FILE]...
Like 'more', but operate on the uncompressed contents of xz compressed FILEs.