summaryrefslogtreecommitdiff
path: root/plugins/ZamEQ2/ZamEQ2Plugin.hpp
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2016-06-13 22:08:11 +1000
committerDamien Zammit <damien@zamaudio.com>2016-06-13 22:13:52 +1000
commit932046905a57f698406318765a60807a1f81257d (patch)
tree9650ecfb84119bf1ed29299b0ce5a674f399142c /plugins/ZamEQ2/ZamEQ2Plugin.hpp
parent04f4a1fe1b0cc731b2fd72164da53618d8459205 (diff)
Version 3.73.7
Signed-off-by: Damien Zammit <damien@zamaudio.com>
Diffstat (limited to 'plugins/ZamEQ2/ZamEQ2Plugin.hpp')
-rw-r--r--plugins/ZamEQ2/ZamEQ2Plugin.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/ZamEQ2/ZamEQ2Plugin.hpp b/plugins/ZamEQ2/ZamEQ2Plugin.hpp
index 339daaa..b2d95a6 100644
--- a/plugins/ZamEQ2/ZamEQ2Plugin.hpp
+++ b/plugins/ZamEQ2/ZamEQ2Plugin.hpp
@@ -11,8 +11,6 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
- * For a full copy of the GNU General Public License see the doc/GPL.txt file.
*/
#ifndef ZAMEQ2PLUGIN_HPP_INCLUDED
@@ -77,7 +75,7 @@ protected:
uint32_t getVersion() const noexcept override
{
- return d_version(3, 6, 2);
+ return d_version(3, 7, 0);
}
int64_t getUniqueId() const noexcept override