X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmain.cpp;h=c84f71dee9a756ec89e3d7f54e6571b4b0124c9d;hb=27e955932ababb52d18b9205b79d46e00abfc552;hp=bfa3c92f1e5f4c74dff375c305cc4521cea524b8;hpb=926e3664f2e1e8aaeecff4768b0b9ab9ab93ffc0;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");