summaryrefslogtreecommitdiff
path: root/plugins/ZaMaximX2/ZaMaximX2Plugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZaMaximX2/ZaMaximX2Plugin.hpp')
-rw-r--r--plugins/ZaMaximX2/ZaMaximX2Plugin.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/ZaMaximX2/ZaMaximX2Plugin.hpp b/plugins/ZaMaximX2/ZaMaximX2Plugin.hpp
index dc55598..0973dcf 100644
--- a/plugins/ZaMaximX2/ZaMaximX2Plugin.hpp
+++ b/plugins/ZaMaximX2/ZaMaximX2Plugin.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 ZAMAXIMX2PLUGIN_HPP_INCLUDED
@@ -53,7 +51,7 @@ protected:
const char* getDescription() const noexcept override
{
- return "";
+ return "Improved smooth peak limiter modelled from a DAFX paper";
}
const char* getMaker() const noexcept override
@@ -73,7 +71,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