changeset 81:29892906421f

Version and copyright
author Chris Cannam
date Wed, 06 Feb 2019 10:59:33 +0000
parents c9c189445b07
children 093eebe15c24
files segmentino/Segmentino.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/segmentino/Segmentino.cpp	Wed Feb 06 10:42:54 2019 +0000
+++ b/segmentino/Segmentino.cpp	Wed Feb 06 10:59:33 2019 +0000
@@ -423,12 +423,12 @@
 
 int Segmentino::getPluginVersion() const
 {
-    return 2;
+    return 3;
 }
 
 string Segmentino::getCopyright() const
 {
-    return "Plugin by Matthew Davies, Christian Landone, Chris Cannam, Matthias Mauch and Massimiliano Zanoni  Copyright (c) 2006-2013 QMUL - Affero GPL";
+    return "Plugin by Matthew Davies, Christian Landone, Chris Cannam, Matthias Mauch and Massimiliano Zanoni  Copyright (c) 2006-2019 QMUL - Affero GPL";
 }
 
 Segmentino::ParameterList Segmentino::getParameterDescriptors() const