From d5f6a99261e6a8d54b8c5a7d4aea0490dbcd0a6c Mon Sep 17 00:00:00 2001 From: xenakios Date: Wed, 21 Mar 2018 17:46:21 +0200 Subject: [PATCH] Up version --- Source/PluginProcessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/PluginProcessor.cpp b/Source/PluginProcessor.cpp index 5435773..7c0f239 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.1.1" }; +String g_plugintitle{ "PaulXStretch 1.1.2" }; std::set g_activeprocessors;