From 3e0fa0d10f64eda25f9962128b73dcea673c242c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 5 Mar 2011 20:09:15 +0000 Subject: "Revision" => "Version". --- core.lv2/lv2.ttl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/core.lv2/lv2.ttl b/core.lv2/lv2.ttl index 6fd80be..3011dd1 100644 --- a/core.lv2/lv2.ttl +++ b/core.lv2/lv2.ttl @@ -405,11 +405,14 @@ lv2:microVersion a rdf:Property ;

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.

+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.

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 revision MUST be incremented (to an odd +version in source control, the micro version MUST be incremented (to an odd number) to distinguish this modified version from the previous release.

This property describes half of a resource version. For detailed -- cgit v1.2.1