summaryrefslogtreecommitdiff
path: root/plugins/ZamComp/ZamCompPlugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamComp/ZamCompPlugin.hpp')
-rw-r--r--plugins/ZamComp/ZamCompPlugin.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/ZamComp/ZamCompPlugin.hpp b/plugins/ZamComp/ZamCompPlugin.hpp
index 0137e6e..8338b4f 100644
--- a/plugins/ZamComp/ZamCompPlugin.hpp
+++ b/plugins/ZamComp/ZamCompPlugin.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 ZAMCOMPPLUGIN_HPP_INCLUDED
@@ -75,7 +73,7 @@ protected:
uint32_t getVersion() const noexcept override
{
- return 0x1300;
+ return d_version(3, 7, 0);
}
int64_t getUniqueId() const noexcept override