diff options
author | David Robillard <d@drobilla.net> | 2018-09-22 10:51:14 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-09-22 10:51:14 +0200 |
commit | 160ecb9601c9687a1093e124e936dcbd78aef43c (patch) | |
tree | e20e60f9cbcd722402a99100728d106dde803b41 /lv2 | |
parent | 6825835bb6e28a0f7c1c6ca5229104e173d91c80 (diff) | |
download | lv2-160ecb9601c9687a1093e124e936dcbd78aef43c.tar.xz |
Include waf sources and fix build with Python 3.7
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/lv2plug.in/ns/lv2core/meta.ttl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/meta.ttl b/lv2/lv2plug.in/ns/lv2core/meta.ttl index f4d692c..8a78e64 100644 --- a/lv2/lv2plug.in/ns/lv2core/meta.ttl +++ b/lv2/lv2plug.in/ns/lv2core/meta.ttl @@ -38,11 +38,13 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R meta:kfoltman , meta:paniq ; doap:release [ - doap:revision "1.14.1" ; - doap:created "2016-10-04" ; + doap:revision "1.15.3" ; + doap:created "2018-09-22" ; dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ + rdfs:label "Include waf sources and fix build with Python 3.7." + ] , [ rdfs:label "eg-sampler: Add waveform display to UI." ] , [ rdfs:label "eg-midigate: Respond to \"all notes off\" MIDI message." |