diff options
author | David Robillard <d@drobilla.net> | 2020-04-26 15:46:57 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-04-26 15:46:57 +0200 |
commit | 29192705a46c0d807990f9de692d9fe83bde8b8d (patch) | |
tree | 9d76579db543b26c2893eaa3357b10b63da89e46 /lv2/core/meta.ttl | |
parent | 4accfb90705f678107cf15360c7159aba1107cbb (diff) | |
download | lv2-29192705a46c0d807990f9de692d9fe83bde8b8d.tar.xz |
LV2 1.18.0
Diffstat (limited to 'lv2/core/meta.ttl')
-rw-r--r-- | lv2/core/meta.ttl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lv2/core/meta.ttl b/lv2/core/meta.ttl index 930e404..721fba8 100644 --- a/lv2/core/meta.ttl +++ b/lv2/core/meta.ttl @@ -38,12 +38,15 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R meta:kfoltman , meta:paniq ; doap:release [ - doap:revision "1.17.2" ; - doap:created "2019-03-27" ; + doap:revision "1.18.0" ; + doap:created "2020-04-26" ; + doap:file-release <http://lv2plug.in/spec/lv2-1.18.0.tar.bz2> ; dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ rdfs:label "Improve documentation." + ] , [ + rdfs:label "Separate extended documentation from primary data." ] ] ] , [ |