diff options
author | David Robillard <d@drobilla.net> | 2011-03-10 16:44:21 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-10 16:44:21 +0000 |
commit | fa468f91f256f9b1990435850ae8a3c32084c2e7 (patch) | |
tree | 20a81a31e6103d5da818ba51622319af8374078c | |
parent | 6957437fa99273864638969370ebd14c35a0e2ec (diff) | |
download | lv2-fa468f91f256f9b1990435850ae8a3c32084c2e7.tar.xz |
Fix issues discovered by larsl:
Change versioning documenation to not imply all resources must be versioned.
Remove domain restriction from lv2:documentation.
-rw-r--r-- | core.lv2/lv2.ttl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core.lv2/lv2.ttl b/core.lv2/lv2.ttl index 61eb65e..a34a300 100644 --- a/core.lv2/lv2.ttl +++ b/core.lv2/lv2.ttl @@ -398,8 +398,9 @@ lv2:microVersion a rdf:Property ; lv2:documentation """ <p>The micro component of a Resource's version.</p> -<p>Correct version numbers MUST always be maintained for published -resources. For example, after a release, if a change is made in the development +<p>Releases of plugins and extensions MUST be explicitly versioned. Correct +version numbers MUST always be maintained for any versioned resource that is +published. For example, after a release, if a change is made in the development version in source control, the micro version MUST be incremented (to an odd number) to distinguish this modified version from the previous release.</p> @@ -429,7 +430,6 @@ by extensions to relate other resources to their implementations.""" . #################################### lv2:documentation a rdf:Property ; - rdfs:domain lv2:Resource ; rdfs:range rdfs:Literal ; rdfs:label "documentation" ; rdfs:seeAlso <http://www.w3.org/TR/xhtml-basic/> ; |