From 6322b252963f1f841feb776582f0abe05316530b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 17 Apr 2012 04:38:00 +0000 Subject: Bump versions, mark up releases, portability fixes. --- lv2/lv2plug.in/ns/ext/log/log.ttl | 12 ++++++++++++ lv2/lv2plug.in/ns/ext/log/manifest.ttl | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/log') diff --git a/lv2/lv2plug.in/ns/ext/log/log.ttl b/lv2/lv2plug.in/ns/ext/log/log.ttl index 7c32466..bec4349 100644 --- a/lv2/lv2plug.in/ns/ext/log/log.ttl +++ b/lv2/lv2plug.in/ns/ext/log/log.ttl @@ -1,4 +1,5 @@ @prefix doap: . +@prefix dcs: . @prefix foaf: . @prefix log: . @prefix lv2: . @@ -14,6 +15,17 @@ doap:shortdesc "A feature for writing log messages." ; doap:created "2012-01-12" ; doap:developer ; + doap:release [ + doap:revision "1.0" ; + doap:created "2012-04-17" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Initial release." + ] + ] + ] ; lv2:documentation """

This extension defines a feature, log:log, which allows plugins to print log messages with an API much like the standard C printf functions. This allows, diff --git a/lv2/lv2plug.in/ns/ext/log/manifest.ttl b/lv2/lv2plug.in/ns/ext/log/manifest.ttl index 7d00e2e..09f7c65 100644 --- a/lv2/lv2plug.in/ns/ext/log/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/log/manifest.ttl @@ -3,7 +3,7 @@ a lv2:Specification ; - lv2:minorVersion 0 ; - lv2:microVersion 1 ; + lv2:minorVersion 1 ; + lv2:microVersion 0 ; rdfs:seeAlso . -- cgit v1.2.1