X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmain.cpp;h=c84f71dee9a756ec89e3d7f54e6571b4b0124c9d;hb=3eae728a77631c593a5ab0fa80c5b83bad4e7ce1;hp=bfa3c92f1e5f4c74dff375c305cc4521cea524b8;hpb=87914857d36c5b051b006f3f74d489af3801af4d;p=kdenlive diff --git a/src/main.cpp b/src/main.cpp index bfa3c92f..c84f71de 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -34,7 +34,7 @@ int main(int argc, char *argv[]) ki18n("Kdenlive"), VERSION, ki18n("An open source video editor."), KAboutData::License_GPL, - ki18n("Copyright © 2007–2011 Kdenlive authors")); + ki18n("Copyright © 2007–2012 Kdenlive authors")); aboutData.addAuthor(ki18n("Jean-Baptiste Mardelle"), ki18n("MLT and KDE SC 4 porting, main developer and maintainer"), "jb@kdenlive.org"); aboutData.addAuthor(ki18n("Marco Gittler"), ki18n("MLT transitions and effects, timeline, audio thumbs"), "g.marco@freenet.de"); aboutData.addAuthor(ki18n("Dan Dennedy"), ki18n("Bug fixing, etc."), "dan@dennedy.org");