Accommodate newly introduced source(s) in our MSVC project (libpbd)
[ardour.git] / gtk2_ardour / about.cc
index dda142e0b57e2aa44f250b76ecceac40cdd2f578..e3e02ade67878232f5f920be3a7888091916f3ec 100644 (file)
@@ -185,6 +185,7 @@ static const char* authors[] = {
        N_("Andreas Ruge"),
        N_("Sampo Savolainen"),
        N_("Rodrigo Severo"),
+       N_("Daniel Sheeler"),
        N_("Per Sigmond"),
        N_("Lincoln Spiteri"),
        N_("Mike Start"),
@@ -627,7 +628,7 @@ About::About ()
 #endif
 
        set_translator_credits (t);
-       set_copyright (_("Copyright (C) 1999-2016 Paul Davis\n"));
+       set_copyright (_("Copyright (C) 1999-2017 Paul Davis\n"));
        set_license (gpl);
        set_name (X_("Ardour"));
        set_website (X_("http://ardour.org/"));