From fa468f91f256f9b1990435850ae8a3c32084c2e7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 10 Mar 2011 16:44:21 +0000 Subject: Fix issues discovered by larsl: Change versioning documenation to not imply all resources must be versioned. Remove domain restriction from lv2:documentation. --- core.lv2/lv2.ttl | 6 +++--- 1 file 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 """

The micro component of a Resource's version.

-

Correct version numbers MUST always be maintained for published -resources. For example, after a release, if a change is made in the development +

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.

@@ -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 ; -- cgit v1.2.1