From d1cf25782afa22b484ca4ac603ad1ce6ff32cce5 Mon Sep 17 00:00:00 2001 From: xenakios Date: Fri, 16 Feb 2018 14:33:17 +0200 Subject: [PATCH] Increase version --- Source/PluginProcessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/PluginProcessor.cpp b/Source/PluginProcessor.cpp index 6e9ceed..fff31b7 100644 --- a/Source/PluginProcessor.cpp +++ b/Source/PluginProcessor.cpp @@ -27,7 +27,7 @@ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #undef max #endif -String g_plugintitle{ "PaulXStretch 1.0.1" }; +String g_plugintitle{ "PaulXStretch 1.0.2" }; std::set g_activeprocessors;