X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain.cpp;fp=src%2Fmain.cpp;h=d90258c15e5e86a256cbfd100f7eb348b4d37e8c;hb=b4c8c8d02113d14c2a07751eb3b0c1bdeec7abb4;hp=96ffee89f3e36f96d15380b3f0758e4f2161c9d9;hpb=c4d97d832bee256781bc20bb8b5c2f7bf78d7744;p=PrivacyBrowserPC.git diff --git a/src/main.cpp b/src/main.cpp index 96ffee8..d90258c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -45,7 +45,7 @@ int main(int argc, char *argv[]) KCrash::initialize(); // Instantiate about data, setting the component name, the display name, and the version. - KAboutData aboutData(QStringLiteral("privacybrowser"), i18nc("Program Name", "Privacy Browser"), QStringLiteral("0.3")); + KAboutData aboutData(QStringLiteral("privacybrowser"), i18nc("Program Name", "Privacy Browser"), QStringLiteral("0.4")); // Add the author name, job description, email address, and website. aboutData.addAuthor(i18nc("Developer Information", "Soren Stoutner"),i18nc("Developer Information", "Principal developer"), QStringLiteral("soren@stoutner.com"),