diff --git a/src/main.cpp b/src/main.cpp index 709e63fd87f96e164cbee415b1ea2cf1457642ec..7f463a7510a37198df2da89f70ed40b47d4c07e5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -45,7 +45,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[]) #endif - KAboutData aboutData("org.eyecreate.vehiclevoyage", "Vehicle Voyage", "1.0", "Track vehicle service history.",KAboutLicense::GPL_V3);//TODO:i18n + KAboutData aboutData("org.eyecreate.vehiclevoyage", "Vehicle Voyage", "1.1", "Track vehicle service history.",KAboutLicense::GPL_V3);//TODO:i18n aboutData.setProductName("vehiclevoyage"); aboutData.addAuthor("Kevin Whitaker",QString(),"eyecreate@eyecreate.org","https://www.eyecreate.org"); aboutData.setDesktopFileName("org.eyecreate.vehiclevoyage");