aboutsummaryrefslogtreecommitdiffstats
path: root/core.lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-05 01:16:44 +0000
committerDavid Robillard <d@drobilla.net>2011-03-05 01:16:44 +0000
commit5206cfdc728e0e5eadd800a1a03ad72251727938 (patch)
tree3bd6966878475d53b22d5833db021112033648c1 /core.lv2
parent71dae4f29121d769c25ea8164432c5b76b6aab45 (diff)
downloadlv2-5206cfdc728e0e5eadd800a1a03ad72251727938.tar.xz
Numeric minor/micro versions instead of version strings.
Diffstat (limited to 'core.lv2')
-rw-r--r--core.lv2/manifest.ttl8
1 files changed, 4 insertions, 4 deletions
diff --git a/core.lv2/manifest.ttl b/core.lv2/manifest.ttl
index 3a4239c..f8e7323 100644
--- a/core.lv2/manifest.ttl
+++ b/core.lv2/manifest.ttl
@@ -2,7 +2,7 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
<http://lv2plug.in/ns/lv2core>
- a lv2:Specification ;
- lv2:revision "4.0pre2" ;
- rdfs:seeAlso <lv2.ttl> .
-
+ a lv2:Specification ;
+ lv2:minorVersion 3 ;
+ lv2:microVersion 1 ;
+ rdfs:seeAlso <lv2.ttl> .