fix missing version number
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user