From 595b5992f6b2914e8f2d62c931f0813f01b12718 Mon Sep 17 00:00:00 2001 From: xenakios Date: Wed, 28 Feb 2018 23:10:41 +0200 Subject: [PATCH] Probably worth upping the version number for the free filter... --- Source/PluginProcessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/PluginProcessor.cpp b/Source/PluginProcessor.cpp index 2bbd4d4..9784e3c 100644 --- a/Source/PluginProcessor.cpp +++ b/Source/PluginProcessor.cpp @@ -28,7 +28,7 @@ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #undef max #endif -String g_plugintitle{ "PaulXStretch 1.0.3" }; +String g_plugintitle{ "PaulXStretch 1.1.0" }; std::set g_activeprocessors;