From 10a36338b802d9b1a44375444006a507d54c7a3a Mon Sep 17 00:00:00 2001 From: xenakios Date: Fri, 9 Feb 2018 13:55:54 +0200 Subject: [PATCH] Upped version number --- Source/PluginProcessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/PluginProcessor.cpp b/Source/PluginProcessor.cpp index 2f4f714..c7255df 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.0" }; +String g_plugintitle{ "PaulXStretch 1.0.1" }; std::set g_activeprocessors;