aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-05 23:58:08 +0000
committerDavid Robillard <d@drobilla.net>2011-03-05 23:58:08 +0000
commit7f97e31e24180c4186725a105b7004515e5ea108 (patch)
tree12a358a54c5167e4c49702d40fee641d4c151717
parent3e0fa0d10f64eda25f9962128b73dcea673c242c (diff)
downloadlv2-7f97e31e24180c4186725a105b7004515e5ea108.tar.xz
Apply "odd number = development version" rule to both version numbers.
-rw-r--r--core.lv2/lv2.ttl14
1 files changed, 7 insertions, 7 deletions
diff --git a/core.lv2/lv2.ttl b/core.lv2/lv2.ttl
index 3011dd1..d95a29a 100644
--- a/core.lv2/lv2.ttl
+++ b/core.lv2/lv2.ttl
@@ -391,6 +391,13 @@ only be meaningful for a particular plugin <em>instance</em> at run-time).</p>
<p>When hosts discover several installed versions of a resource, they SHOULD
warn the user and load only the most recent version.</p>
+<p>An odd minor <em>or</em> micro version indicates that the resource is a
+possibly unstable development version. Hosts and tools SHOULD clearly indicate
+this wherever appropriate. Several versions of a resource with an odd version
+may exist; i.e. it is acceptable to work on a development version of a resource
+(e.g. in source control) without worrying about version numbers as long as
+either the minor or micro version is odd.</p>
+
<p>This property describes half of a resource version. See also <a
href="http://lv2plug.in/ns/lv2core#minorVersion">lv2:minorVersion</a>, the
property which describes the other half.</p>
@@ -403,13 +410,6 @@ lv2:microVersion a rdf:Property ;
lv2:documentation """
<p>The micro component of a Resource's version.</p>
-<p>An odd micro version indicates that the resource is a possibly unstable
-development version. Hosts and tools SHOULD clearly indicate this wherever it
-makes to do so. Several versions of a resource with an odd micro version may
-exist globally; i.e. it is acceptable to work on a development version of a
-resource (e.g. in source control) without worrying about version numbers as
-long as the micro version is odd.</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
version in source control, the micro version MUST be incremented (to an odd