fix missing version number

This commit is contained in:
2020-08-22 22:49:42 -04:00
parent 8a5c3d742b
commit bfcbab3a51

View File

@@ -45,7 +45,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[])
#endif #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.setProductName("vehiclevoyage");
aboutData.addAuthor("Kevin Whitaker",QString(),"eyecreate@eyecreate.org","https://www.eyecreate.org"); aboutData.addAuthor("Kevin Whitaker",QString(),"eyecreate@eyecreate.org","https://www.eyecreate.org");
aboutData.setDesktopFileName("org.eyecreate.vehiclevoyage"); aboutData.setDesktopFileName("org.eyecreate.vehiclevoyage");