summaryrefslogtreecommitdiffstats
path: root/HomeScreenSimulator/src
diff options
context:
space:
mode:
authorBocklage, Jens <Jens_Bocklage@mentor.com>2016-07-06 19:35:45 +0200
committerBocklage, Jens <Jens_Bocklage@mentor.com>2016-07-06 19:35:45 +0200
commit3478f65b39560b333ba189e7d86e2c2cebfc9c7a (patch)
tree5a2432297d5a1879f3581e89940dbd8fe016cdc9 /HomeScreenSimulator/src
parent2513c5c6ed1c89ae3a0a6ae0263b9307d50046b2 (diff)
Support for color schemesv0.1.1
- 3 demo color schemes included Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
Diffstat (limited to 'HomeScreenSimulator/src')
-rw-r--r--HomeScreenSimulator/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/HomeScreenSimulator/src/main.cpp b/HomeScreenSimulator/src/main.cpp
index 9c5a108..921c4eb 100644
--- a/HomeScreenSimulator/src/main.cpp
+++ b/HomeScreenSimulator/src/main.cpp
@@ -36,7 +36,7 @@ int main(int argc, char *argv[])
QCoreApplication::setOrganizationDomain("LinuxFoundation");
QCoreApplication::setOrganizationName("AutomotiveGradeLinux");
QCoreApplication::setApplicationName("HomeScreenSimulator");
- QCoreApplication::setApplicationVersion("0.1.0");
+ QCoreApplication::setApplicationVersion("0.1.1");
MainWindow w;
w.show();