diff options
author | David Robillard <d@drobilla.net> | 2011-11-04 23:45:36 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-04 23:45:36 +0000 |
commit | 4deb1148e3e2a5008d2fb8b3d08e88bfe393cc01 (patch) | |
tree | ac7789ca3afc7c656effb11e9636a6752848b9f2 /ext/osc.lv2/manifest.ttl | |
parent | f3e182e5e2d57f91f80beefd5200ff85a46b131e (diff) | |
download | lv2-4deb1148e3e2a5008d2fb8b3d08e88bfe393cc01.tar.xz |
Add missing versions.
Diffstat (limited to 'ext/osc.lv2/manifest.ttl')
-rw-r--r-- | ext/osc.lv2/manifest.ttl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/osc.lv2/manifest.ttl b/ext/osc.lv2/manifest.ttl index dc7c310..7209b05 100644 --- a/ext/osc.lv2/manifest.ttl +++ b/ext/osc.lv2/manifest.ttl @@ -3,5 +3,7 @@ <http://lv2plug.in/ns/ext/osc> a lv2:Specification ; + lv2:minorVersion 0 ; + lv2:microVersion 1 ; rdfs:seeAlso <osc.ttl> . |