X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreen%2Fsrc%2Fmain.cpp;h=a623fff56863b8877dcb0fb18efd62aed804d402;hb=9ca0a50d021a8d6e12cfb8f04671ba3dd389f92d;hp=49f3b951421c0c7178d56b191f26896160a1488e;hpb=c9b7a544f14212f72ea19e1af399f1ccab89f5cf;p=staging%2FHomeScreen.git diff --git a/HomeScreen/src/main.cpp b/HomeScreen/src/main.cpp index 49f3b95..a623fff 100644 --- a/HomeScreen/src/main.cpp +++ b/HomeScreen/src/main.cpp @@ -36,7 +36,9 @@ int main(int argc, char *argv[]) QCoreApplication::setOrganizationDomain("LinuxFoundation"); QCoreApplication::setOrganizationName("AutomotiveGradeLinux"); QCoreApplication::setApplicationName("HomeScreen"); - QCoreApplication::setApplicationVersion("0.3.3"); + QCoreApplication::setApplicationVersion("0.3.4"); + + qDebug("%s, v%s", QCoreApplication::applicationName().toStdString().c_str(), QCoreApplication::applicationVersion().toStdString().c_str()); MainWindow w; w.show();