summaryrefslogtreecommitdiffstats
path: root/InputEventManager/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'InputEventManager/src/main.cpp')
-rw-r--r--InputEventManager/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/InputEventManager/src/main.cpp b/InputEventManager/src/main.cpp
index 03270db..b609693 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.3.0");
+ QCoreApplication::setApplicationVersion("0.4.0");
qDebug("%s, v%s", QCoreApplication::applicationName().toStdString().c_str(), QCoreApplication::applicationVersion().toStdString().c_str());