summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevron Rees <kevron.m.rees@intel.com>2013-09-03 16:18:52 -0700
committerKevron Rees <kevron.m.rees@intel.com>2013-09-03 16:18:52 -0700
commite2e23e859153fe840913ec17ad701bcb2de35f2c (patch)
treecba52637866ae282a06cc787c6f61322697271a9
parentc63c3654f96ebcf09797e1a1ca3076508d4f3ee2 (diff)
downloadautomotive-message-broker-e2e23e859153fe840913ec17ad701bcb2de35f2c.tar.gz
version bump 0.9.160.9.16
-rw-r--r--CMakeLists.txt2
-rw-r--r--plugins/websocketsourceplugin/websocketsource.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e3381634..24d718e5 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.9.15")
+set(PROJECT_VERSION "0.9.16")
set(PROJECT_CODENAME "chevelle")
add_definitions(-DPROJECT_VERSION="${PROJECT_VERSION}")
diff --git a/plugins/websocketsourceplugin/websocketsource.cpp b/plugins/websocketsourceplugin/websocketsource.cpp
index 56fb22d1..161e658d 100644
--- a/plugins/websocketsourceplugin/websocketsource.cpp
+++ b/plugins/websocketsourceplugin/websocketsource.cpp
@@ -23,7 +23,6 @@
#include <boost/lexical_cast.hpp>
#include <glib.h>
#include <sstream>
-//#include <json-glib/json-glib.h>
#include <listplusplus.h>
#include <timestamp.h>
#include "uuidhelper.h"