From 8547ccc3d464b615aead6bfc25e0050de29c5efa Mon Sep 17 00:00:00 2001 From: xenakios Date: Fri, 1 Jun 2018 15:02:03 +0300 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 e8b5ce9..7afdb3c 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.2.1" }; +String g_plugintitle{ "PaulXStretch 1.2.2" }; int get_optimized_updown(int n, bool up) { int orig_n = n;