diff options
author | David Robillard <d@drobilla.net> | 2022-05-26 20:38:29 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-26 20:38:29 -0400 |
commit | d97a1a4daff228bdd62c68859959d13077e47026 (patch) | |
tree | 12c548e2cf6e95d3ef03c19e1ac7fd98ec27f5fc /lv2/core | |
parent | 60ddbebe13e4e37f40aa9e3fb1f54cc7b4dc69a1 (diff) | |
download | lv2-1.18.4.tar.xz |
LV2 1.18.4v1.18.4
Diffstat (limited to 'lv2/core')
-rw-r--r-- | lv2/core/manifest.ttl | 2 | ||||
-rw-r--r-- | lv2/core/meta.ttl | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/lv2/core/manifest.ttl b/lv2/core/manifest.ttl index 179076d..6e61dde 100644 --- a/lv2/core/manifest.ttl +++ b/lv2/core/manifest.ttl @@ -5,7 +5,7 @@ <http://lv2plug.in/ns/lv2core> a lv2:Specification ; lv2:minorVersion 18 ; - lv2:microVersion 1 ; + lv2:microVersion 4 ; rdfs:seeAlso <lv2core.ttl> . <http://lv2plug.in/ns/lv2> diff --git a/lv2/core/meta.ttl b/lv2/core/meta.ttl index 5d646e5..0e71b20 100644 --- a/lv2/core/meta.ttl +++ b/lv2/core/meta.ttl @@ -34,6 +34,18 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R meta:kfoltman , meta:paniq ; doap:release [ + doap:revision "1.18.4" ; + doap:created "2022-05-26" ; + doap:file-release <http://lv2plug.in/spec/lv2-1.18.4.tar.bz2> ; + dcs:blame <http://drobilla.net/drobilla#me> ; + dcs:changeset [ + dcs:item [ + rdfs:label "Fix spelling errors." + ] , [ + rdfs:label "Fix build issues with newer toolchains." + ] + ] + ] , [ doap:revision "1.18.2" ; doap:created "2021-01-07" ; doap:file-release <http://lv2plug.in/spec/lv2-1.18.2.tar.bz2> ; |