From 1abcf3ca6b1dfd83409ac73719e25d3870471b05 Mon Sep 17 00:00:00 2001 From: Emre Ucan Date: Wed, 9 Nov 2016 14:57:06 +0100 Subject: Bump version to 1.11.0 stable release This release: - fixes several memory leaks - introduces touch support for subsurfaces - introduces two new subcmd to LayerManagerControl Signed-off-by: Emre Ucan --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d16699..9e68db8 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.10.90) -SET(ILM_API_VERSION 1.10.90) +SET(IVI_EXTENSION_VERSION 1.11.0) +SET(ILM_API_VERSION 1.11.0) add_subdirectory(protocol) -- cgit v1.2.1