comparison NNLSBase.cpp @ 170:ba9310bcc3fc v1.1

Bump plugin version
author Chris Cannam
date Fri, 23 Oct 2015 09:35:56 +0100
parents 9e9267d6d78a
children d95c4cdef8af
comparison
equal deleted inserted replaced
169:2fc2d70e7d0f 170:ba9310bcc3fc
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 4; 84 return 5;
85 } 85 }
86 86
87 string 87 string
88 NNLSBase::getCopyright() const 88 NNLSBase::getCopyright() const
89 { 89 {