comparison NNLSBase.cpp @ 165:9e9267d6d78a v1.0

Bump the version
author Chris Cannam
date Fri, 04 Sep 2015 17:27:24 +0100
parents 3c731acad404
children ba9310bcc3fc
comparison
equal deleted inserted replaced
164:3c731acad404 165:9e9267d6d78a
79 NNLSBase::getPluginVersion() const 79 NNLSBase::getPluginVersion() const
80 { 80 {
81 if (debug_on) cerr << "--> getPluginVersion" << endl; 81 if (debug_on) cerr << "--> getPluginVersion" << endl;
82 // Increment this each time you release a version that behaves 82 // Increment this each time you release a version that behaves
83 // differently from the previous one 83 // differently from the previous one
84 return 3; 84 return 4;
85 } 85 }
86 86
87 string 87 string
88 NNLSBase::getCopyright() const 88 NNLSBase::getCopyright() const
89 { 89 {