From ce30e2afd9c49d22c5686bb1d9d0c8505cadb5b0 Mon Sep 17 00:00:00 2001 From: xenakios Date: Sun, 1 Apr 2018 18:01:05 +0300 Subject: [PATCH] Up version number --- Source/PluginProcessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/PluginProcessor.cpp b/Source/PluginProcessor.cpp index ec77b72..05bcf36 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.2" }; +String g_plugintitle{ "PaulXStretch 1.1.3" }; std::set g_activeprocessors;