diff options
author | David Robillard <d@drobilla.net> | 2025-01-30 21:02:52 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-01-31 12:16:07 -0500 |
commit | 63b0e7c87dd0fa0b6f3c5dc0f75fb616a5a57ee1 (patch) | |
tree | da316b02841d9b75ccb183441e49d3516c8d27a1 /doc/lv2info.1 | |
parent | 704cfa39b9c885a814a1feef294a19b9c90232b4 (diff) | |
download | lilv-63b0e7c87dd0fa0b6f3c5dc0f75fb616a5a57ee1.tar.gz lilv-63b0e7c87dd0fa0b6f3c5dc0f75fb616a5a57ee1.tar.bz2 lilv-63b0e7c87dd0fa0b6f3c5dc0f75fb616a5a57ee1.zip |
The mandoc documentation suggests leaving this blank. Although I still think
it's nicer for third-party projects to put their own versions here (as many GNU
utilities do, for example), it's a hassle in practice to maintain the version
over time, and I'm not sure what to do about the date in that case.
Diffstat (limited to 'doc/lv2info.1')
-rw-r--r-- | doc/lv2info.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lv2info.1 b/doc/lv2info.1 index 72b7bd2..8f82f8f 100644 --- a/doc/lv2info.1 +++ b/doc/lv2info.1 @@ -1,8 +1,8 @@ -.\" # Copyright 2009-2024 David Robillard <d@drobilla.net> +.\" # Copyright 2009-2025 David Robillard <d@drobilla.net> .\" # SPDX-License-Identifier: ISC .Dd January 20, 2025 .Dt LV2INFO 1 -.Os Lilv 0.24.27 +.Os .Sh NAME .Nm lv2info .Nd print information about an installed LV2 plugin |