summaryrefslogtreecommitdiff
path: root/plugins/ZamDelay/ZamDelayPlugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamDelay/ZamDelayPlugin.hpp')
-rw-r--r--plugins/ZamDelay/ZamDelayPlugin.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/ZamDelay/ZamDelayPlugin.hpp b/plugins/ZamDelay/ZamDelayPlugin.hpp
index 867651d..6580c73 100644
--- a/plugins/ZamDelay/ZamDelayPlugin.hpp
+++ b/plugins/ZamDelay/ZamDelayPlugin.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
@@ -60,7 +58,7 @@ protected:
const char* getDescription() const noexcept override
{
- return "";
+ return "A simple mono delay plugin";
}
const char* getMaker() const noexcept override
@@ -80,7 +78,7 @@ protected:
uint32_t getVersion() const noexcept override
{
- return 0x1300;
+ return d_version(3, 7, 0);
}
int64_t getUniqueId() const noexcept override