diff options
author | David Robillard <d@drobilla.net> | 2011-03-03 06:04:43 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-03 06:04:43 +0000 |
commit | 73aa6c4de0bcee53949878d8dc8521e244719ea1 (patch) | |
tree | a5b1327a57244a2773d83f9f9ceb2368c625ba57 /core.lv2 | |
parent | 778092cc34f729d62b9e6a145a741c7b39cc5b72 (diff) | |
download | lv2-73aa6c4de0bcee53949878d8dc8521e244719ea1.tar.xz |
Add revisions to specification manifests.
Diffstat (limited to 'core.lv2')
-rw-r--r-- | core.lv2/manifest.ttl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core.lv2/manifest.ttl b/core.lv2/manifest.ttl index fabe17e..3a4239c 100644 --- a/core.lv2/manifest.ttl +++ b/core.lv2/manifest.ttl @@ -2,6 +2,7 @@ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>. <http://lv2plug.in/ns/lv2core> - a lv2:Specification ; - rdfs:seeAlso <lv2.ttl> . + a lv2:Specification ; + lv2:revision "4.0pre2" ; + rdfs:seeAlso <lv2.ttl> . |