summaryrefslogtreecommitdiffstats
path: root/InputEventManager
diff options
context:
space:
mode:
Diffstat (limited to 'InputEventManager')
-rw-r--r--InputEventManager/README.md6
-rw-r--r--InputEventManager/src/main.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/InputEventManager/README.md b/InputEventManager/README.md
index 078305d..d7dcf55 100644
--- a/InputEventManager/README.md
+++ b/InputEventManager/README.md
@@ -9,6 +9,12 @@ https://gerrit.automotivelinux.org/gerrit/#/admin/projects/staging/HomeScreen
AGL repo for bitbake recipe:
https://gerrit.automotivelinux.org/gerrit/#/admin/projects/AGL/meta-agl-demo/recipes-demo-hmi/HomeScreen/HomeScreen_?.bb
+v0.3.0
+09/30/2016
+
+#changes
+- updated version number
+
v0.2.0
08/05/2016
diff --git a/InputEventManager/src/main.cpp b/InputEventManager/src/main.cpp
index 4862dbd..1025bc3 100644
--- a/InputEventManager/src/main.cpp
+++ b/InputEventManager/src/main.cpp
@@ -25,7 +25,7 @@ int main(int argc, char *argv[])
QCoreApplication::setOrganizationDomain("LinuxFoundation");
QCoreApplication::setOrganizationName("AutomotiveGradeLinux");
QCoreApplication::setApplicationName("InputEventManager");
- QCoreApplication::setApplicationVersion("0.2.0");
+ QCoreApplication::setApplicationVersion("0.3.0");
InputEventManager *inputEventManager = new InputEventManager();