From 44598504503eea5ac7f94c88477a5a78bda01f30 Mon Sep 17 00:00:00 2001 From: Eugen Friedrich Date: Thu, 7 Apr 2016 13:35:16 +0200 Subject: Bump version 1.9.1 bug fix release 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 --- CMakeLists.txt | 4 ++-- 1 file 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) -- cgit v1.2.1