diff options
Diffstat (limited to 'lv2/state/state.meta.ttl')
-rw-r--r-- | lv2/state/state.meta.ttl | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lv2/state/state.meta.ttl b/lv2/state/state.meta.ttl index 766ac57..3c0fc43 100644 --- a/lv2/state/state.meta.ttl +++ b/lv2/state/state.meta.ttl @@ -15,6 +15,14 @@ <http://drobilla.net/drobilla#me> ; doap:maintainer <http://drobilla.net/drobilla#me> ; doap:release [ + doap:revision "2.7" ; + dcs:blame <http://drobilla.net/drobilla#me> ; + dcs:changeset [ + dcs:item [ + rdfs:label "Fix state:StateChanged URI in metadata and documentation." + ] + ] + ] , [ doap:revision "2.6" ; doap:created "2020-04-26" ; doap:file-release <http://lv2plug.in/spec/lv2-1.18.0.tar.bz2> ; @@ -439,7 +447,7 @@ state:makePath). """^^lv2:Markdown . -state:Changed +state:StateChanged lv2:documentation """ A notification that the internal state of the plugin has been changed in a way |