From f2275d49eba17f49ea3be434f8017395a2e58d69 Mon Sep 17 00:00:00 2001 From: xenakios Date: Fri, 5 Jan 2018 21:57:43 +0200 Subject: [PATCH] About text change --- Source/PluginEditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/PluginEditor.cpp b/Source/PluginEditor.cpp index f0079f9..f164c3d 100644 --- a/Source/PluginEditor.cpp +++ b/Source/PluginEditor.cpp @@ -346,7 +346,7 @@ String juceversiontxt = String("JUCE ") + String(JUCE_MAJOR_VERSION) + "." + Str g_plugintitle, "Plugin for extreme time stretching and other processing of sound files\nBuilt on " + String(__DATE__) + " " + String(__TIME__) + "\n" "Copyright (C) 2006-2011 Nasca Octavian Paul, Tg. Mures, Romania\n" - "(C) 2017 Xenakios\n\n" + "(C) 2017-2018 Xenakios\n\n" "Using " + fftlib + " for FFT\n\n" + juceversiontxt + " (c) Roli. Used under the GPL license.\n\n" "GPL licensed source code for this plugin at : https://bitbucket.org/xenakios/paulstretchplugin/overview\n"