From 8b417e58bf9936a7149a3e64667e4ae63c3bd7dc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 29 Mar 2011 08:59:28 +0000 Subject: Bump version. --- ext/persist.lv2/manifest.ttl | 2 +- ext/persist.lv2/persist.h | 4 ++-- ext/persist.lv2/persist.ttl | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'ext/persist.lv2') diff --git a/ext/persist.lv2/manifest.ttl b/ext/persist.lv2/manifest.ttl index 2b1ac9e..f7ed19f 100644 --- a/ext/persist.lv2/manifest.ttl +++ b/ext/persist.lv2/manifest.ttl @@ -4,6 +4,6 @@ a lv2:Specification ; lv2:minorVersion 0 ; - lv2:microVersion 1 ; + lv2:microVersion 2 ; rdfs:seeAlso . diff --git a/ext/persist.lv2/persist.h b/ext/persist.lv2/persist.h index f225709..e7c1078 100644 --- a/ext/persist.lv2/persist.h +++ b/ext/persist.lv2/persist.h @@ -1,6 +1,6 @@ /* - Copyright (C) 2010-2011 David Robillard - Copyright (C) 2010 Leonard Ritter + Copyright 2010-2011 David Robillard + Copyright 2010 Leonard Ritter This header is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published diff --git a/ext/persist.lv2/persist.ttl b/ext/persist.lv2/persist.ttl index c798af3..7c2847a 100644 --- a/ext/persist.lv2/persist.ttl +++ b/ext/persist.lv2/persist.ttl @@ -1,6 +1,6 @@ # LV2 Persist Extension -# Copyright (C) 2010 Leonard Ritter -# Copyright (C) 2010 David Robillard +# Copyright 2010-2011 David Robillard +# Copyright 2010 Leonard Ritter # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -32,8 +32,8 @@ a lv2:Specification ; doap:name "LV2 Persist" ; doap:release [ - doap:revision "0.1" ; - doap:created "2011-03-25" + doap:revision "0.2" ; + doap:created "2011-03-28" ] ; doap:developer [ a foaf:Person ; -- cgit v1.2.1