comparison NNLSBase.cpp @ 103:9d81703dcf6e matthiasm-plugin v0.2.1

set internal version number to 3
author Matthias Mauch <mail@matthiasmauch.net>
date Tue, 07 Dec 2010 21:27:36 +0900
parents d1398182a072
children 846b552ea3b0
comparison
equal deleted inserted replaced
102:c7eee95a9487 103:9d81703dcf6e
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 2; 84 return 3;
85 } 85 }
86 86
87 string 87 string
88 NNLSBase::getCopyright() const 88 NNLSBase::getCopyright() const
89 { 89 {