Change plugin title to final 1.0.0

This commit is contained in:
xenakios 2018-02-09 13:29:01 +02:00
parent ff78d54600
commit 52d8b4d664

View File

@ -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<PaulstretchpluginAudioProcessor*> g_activeprocessors;