diff options
author | David Robillard <d@drobilla.net> | 2011-03-26 00:35:23 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-26 00:35:23 +0000 |
commit | b1796606c53180b88707ea25085de91ac90dc80d (patch) | |
tree | 9635c463046a02810c193d06f85bf736f03fa6f0 | |
parent | a77f2c7c0f126bccdd44c6a98b305ad5a6c50f84 (diff) | |
download | lv2-b1796606c53180b88707ea25085de91ac90dc80d.tar.xz |
Update version and dates.
-rw-r--r-- | ext/uri-map.lv2/manifest.ttl | 2 | ||||
-rw-r--r-- | ext/uri-map.lv2/uri-map.ttl | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/uri-map.lv2/manifest.ttl b/ext/uri-map.lv2/manifest.ttl index cf6c3d6..eb78686 100644 --- a/ext/uri-map.lv2/manifest.ttl +++ b/ext/uri-map.lv2/manifest.ttl @@ -4,5 +4,5 @@ <http://lv2plug.in/ns/ext/uri-map> a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 1 ; + lv2:microVersion 2 ; rdfs:seeAlso <uri-map.ttl> . diff --git a/ext/uri-map.lv2/uri-map.ttl b/ext/uri-map.lv2/uri-map.ttl index 54db29d..d2bde94 100644 --- a/ext/uri-map.lv2/uri-map.ttl +++ b/ext/uri-map.lv2/uri-map.ttl @@ -1,5 +1,5 @@ # LV2 URI Map Extension -# Copyright (C) 2008 David Robillard <d@drobilla.net> +# Copyright (C) 2008-2011 David Robillard <d@drobilla.net> # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -31,8 +31,8 @@ doap:license <http://usefulinc.com/doap/licenses/mit> ; doap:name "LV2 URI Map" ; doap:release [ - doap:revision "1.1pre1" ; - doap:created "2010-10-29" + doap:revision "1.2" ; + doap:created "2011-03-25" ] ; doap:maintainer [ a foaf:Person ; |