diff options
author | David Robillard <d@drobilla.net> | 2015-02-19 21:32:07 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-19 21:32:07 -0500 |
commit | cbe433d9d0f6c71626f9e1e2c9f4600ced6ad97a (patch) | |
tree | 3a80011d1d9e1236e4d6d689b0c9313e54ff31ec /lv2/lv2plug.in/ns/meta/meta.ttl | |
parent | 7506393c934bed3f5481af592d8276d5a651aa74 (diff) | |
download | lv2-cbe433d9d0f6c71626f9e1e2c9f4600ced6ad97a.tar.xz |
Simplify property restrictions by removing redundancy.
Diffstat (limited to 'lv2/lv2plug.in/ns/meta/meta.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/meta/meta.ttl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/meta/meta.ttl b/lv2/lv2plug.in/ns/meta/meta.ttl index c072231..b65cde9 100644 --- a/lv2/lv2plug.in/ns/meta/meta.ttl +++ b/lv2/lv2plug.in/ns/meta/meta.ttl @@ -49,7 +49,7 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R meta:paniq ; doap:release [ doap:revision "1.11.0" ; - doap:created "2014-11-01" ; + doap:created "2015-02-19" ; dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ @@ -60,6 +60,8 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R rdfs:label "Fix merging of version histories in specification documentation." ] , [ rdfs:label "Improve API documentation." + ] , [ + rdfs:label "Simplify property restrictions by removing redundancy." ] ] ] , [ |