diff options
author | David Robillard <d@drobilla.net> | 2011-03-30 01:29:20 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-30 01:29:20 +0000 |
commit | 084a755a6ebc0327f619908395b293cd61fdfb40 (patch) | |
tree | dc7b5c8f8a65dba0b3b42ff78336eda252870841 /ext | |
parent | 1865e15083f28c9ebe0c039522cfbea05ad09a3c (diff) | |
download | lv2-084a755a6ebc0327f619908395b293cd61fdfb40.tar.xz |
Bump version.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/persist.lv2/manifest.ttl | 2 | ||||
-rw-r--r-- | ext/persist.lv2/persist.ttl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/persist.lv2/manifest.ttl b/ext/persist.lv2/manifest.ttl index f7ed19f..da2513c 100644 --- a/ext/persist.lv2/manifest.ttl +++ b/ext/persist.lv2/manifest.ttl @@ -4,6 +4,6 @@ <http://lv2plug.in/ns/ext/persist> a lv2:Specification ; lv2:minorVersion 0 ; - lv2:microVersion 2 ; + lv2:microVersion 3 ; rdfs:seeAlso <persist.ttl> . diff --git a/ext/persist.lv2/persist.ttl b/ext/persist.lv2/persist.ttl index e5f6417..09faf70 100644 --- a/ext/persist.lv2/persist.ttl +++ b/ext/persist.lv2/persist.ttl @@ -32,8 +32,8 @@ a lv2:Specification ; doap:name "LV2 Persist" ; doap:release [ - doap:revision "0.2" ; - doap:created "2011-03-28" + doap:revision "0.3" ; + doap:created "2011-03-29" ] ; doap:developer [ a foaf:Person ; |