Mercurial > hg > pyin
comparison PYinVamp.cpp @ 143:218bfe953159 fixedlag
Bump versions
author | Chris Cannam |
---|---|
date | Fri, 24 Mar 2017 15:06:32 +0000 |
parents | 72bda34e0e64 |
children | 0432723faf03 |
comparison
equal
deleted
inserted
replaced
142:afcdcb64c8ab | 143:218bfe953159 |
---|---|
87 int | 87 int |
88 PYinVamp::getPluginVersion() const | 88 PYinVamp::getPluginVersion() const |
89 { | 89 { |
90 // Increment this each time you release a version that behaves | 90 // Increment this each time you release a version that behaves |
91 // differently from the previous one | 91 // differently from the previous one |
92 return 2; | 92 return 3; |
93 } | 93 } |
94 | 94 |
95 string | 95 string |
96 PYinVamp::getCopyright() const | 96 PYinVamp::getCopyright() const |
97 { | 97 { |