summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugen Friedrich <efriedrich@de.adit-jv.com>2016-04-07 13:35:16 +0200
committerEugen Friedrich <efriedrich@de.adit-jv.com>2016-04-07 13:35:16 +0200
commit44598504503eea5ac7f94c88477a5a78bda01f30 (patch)
tree4a9056283ff2c7001e77cc063939f6295f02376e
parent1684ec92497eaee337a0d4e8c67c30f9d60d82bb (diff)
downloadwayland-ivi-extension-44598504503eea5ac7f94c88477a5a78bda01f30.tar.gz
Bump version 1.9.1 bug fix release1.9.1
this fixes following: - double free and memory leaks - handle removing of ilm surfaces and layers properly - destroying of ilm_layers - parallel build issues - build install directories for 64 bit(LIB_SUFFIX variable in the libraries install path) - pid of the creator of ilm object is reported in creator field not pid of the requester - fix compiler warnings Signed-off-by: Eugen Friedrich <efriedrich@de.adit-jv.com>
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 926e8cd..2347dfc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,8 +23,8 @@ SET(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
project(wayland-ivi-extension)
-SET(IVI_EXTENSION_VERSION 1.9.0)
-SET(ILM_API_VERSION 1.9.0)
+SET(IVI_EXTENSION_VERSION 1.9.1)
+SET(ILM_API_VERSION 1.9.1)
add_subdirectory(protocol)