From bfcbab3a51289cb5b7cbfcca93b8d06b164a7496 Mon Sep 17 00:00:00 2001 From: Kevin Whitaker Date: Sat, 22 Aug 2020 22:49:42 -0400 Subject: [PATCH] fix missing version number --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 709e63f..7f463a7 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"); -- GitLab