From 52d8b4d664f3a1616265d276aa77155e9ed017d7 Mon Sep 17 00:00:00 2001 From: xenakios Date: Fri, 9 Feb 2018 13:29:01 +0200 Subject: [PATCH] Change plugin title to final 1.0.0 --- Source/PluginProcessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/PluginProcessor.cpp b/Source/PluginProcessor.cpp index c02aec3..2f4f714 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 preview 6" }; +String g_plugintitle{ "PaulXStretch 1.0.0" }; std::set g_activeprocessors;