diff options
author | David Robillard <d@drobilla.net> | 2013-02-18 04:38:10 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-02-18 04:38:10 +0000 |
commit | 68ab5ac516f893fe5366c172599ca4b688ca286a (patch) | |
tree | 9e28d8f3a53e92d8897dc62aeb8c494ef92c8972 /lv2/lv2plug.in/ns/meta | |
parent | 7dcb5a5285870488e1298ac045c95579a43d96b4 (diff) | |
download | lv2-68ab5ac516f893fe5366c172599ca4b688ca286a.tar.xz |
Update versions. LV2 1.4.0.
Diffstat (limited to 'lv2/lv2plug.in/ns/meta')
-rw-r--r-- | lv2/lv2plug.in/ns/meta/meta.ttl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/meta/meta.ttl b/lv2/lv2plug.in/ns/meta/meta.ttl index 961e11c..f00a048 100644 --- a/lv2/lv2plug.in/ns/meta/meta.ttl +++ b/lv2/lv2plug.in/ns/meta/meta.ttl @@ -48,10 +48,15 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R meta:kfoltman , meta:paniq ; doap:release [ - doap:revision "1.2.1" ; + doap:revision "1.4.0" ; + doap:created "2013-02-17" ; + doap:file-release <http://lv2plug.in/spec/lv2-1.4.0.tar.bz2> ; + dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ - rdfs:label "Add metronome example plugin to demonstrate precise tempo sync." + rdfs:label "Add metronome example plugin to demonstrate sample accurate tempo sync." + ] , [ + rdfs:label "Generate book-style HTML documentation from example plugins." ] ] ] , [ |