diff options
author | David Robillard <d@drobilla.net> | 2011-03-05 01:16:44 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-05 01:16:44 +0000 |
commit | 5206cfdc728e0e5eadd800a1a03ad72251727938 (patch) | |
tree | 3bd6966878475d53b22d5833db021112033648c1 /ext/uri-map.lv2 | |
parent | 71dae4f29121d769c25ea8164432c5b76b6aab45 (diff) | |
download | lv2-5206cfdc728e0e5eadd800a1a03ad72251727938.tar.xz |
Numeric minor/micro versions instead of version strings.
Diffstat (limited to 'ext/uri-map.lv2')
-rw-r--r-- | ext/uri-map.lv2/manifest.ttl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/uri-map.lv2/manifest.ttl b/ext/uri-map.lv2/manifest.ttl index 55a34c7..cf6c3d6 100644 --- a/ext/uri-map.lv2/manifest.ttl +++ b/ext/uri-map.lv2/manifest.ttl @@ -3,5 +3,6 @@ <http://lv2plug.in/ns/ext/uri-map> a lv2:Specification ; - lv2:revision "1.1pre1" ; + lv2:minorVersion 1 ; + lv2:microVersion 1 ; rdfs:seeAlso <uri-map.ttl> . |