From 532c87a3f328d7c45b42cf22b9d31165de9e0b68 Mon Sep 17 00:00:00 2001 From: Kevron Rees Date: Mon, 1 Oct 2012 13:15:28 -0700 Subject: [PATCH] version bump --- CMakeLists.txt | 2 +- examples/configwheel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 416c781..5dda18d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set(CMAKE_BUILD_TYPE, Debug) include(FindPkgConfig) set(PROJECT_NAME "automotive-message-broker") -set(PROJECT_VERSION "0.3.0") +set(PROJECT_VERSION "0.4.0") add_definitions(-DPROJECT_VERSION="${PROJECT_VERSION}") add_definitions(-DPROJECT_NAME="${PROJECT_NAME}") diff --git a/examples/configwheel b/examples/configwheel index 522cca3..0a908ca 100644 --- a/examples/configwheel +++ b/examples/configwheel @@ -3,7 +3,7 @@ { "name" : "WheelSource", "path" : "/usr/lib/automotive-message-broker/wheelsourceplugin.so", - "device" : "/dev/input/js1" + "device" : "/dev/input/js0" } ], "sinks": [ -- 2.7.4