mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Show full version properly when -V is invoked with new versioning system.
This commit is contained in:
parent
7b59e41aaf
commit
e66d97ab19
3
main.c
3
main.c
|
|
@ -650,8 +650,7 @@ int main(int argc, char *argv[])
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'V':
|
case 'V':
|
||||||
print_output("lrzip version %d.%d%d\n",
|
print_output("lrzip version %s\n", PACKAGE_VERSION);
|
||||||
LRZIP_MAJOR_VERSION, LRZIP_MINOR_VERSION, LRZIP_MINOR_SUBVERSION);
|
|
||||||
exit(0);
|
exit(0);
|
||||||
break;
|
break;
|
||||||
case 'w':
|
case 'w':
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue