summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEmre Ucan <eucan@de.adit-jv.com>2016-11-09 14:57:06 +0100
committerEmre Ucan <eucan@de.adit-jv.com>2016-11-14 16:43:10 +0100
commit1abcf3ca6b1dfd83409ac73719e25d3870471b05 (patch)
tree8202d988417bd31a32f3cdbc4e6d9dc764054a9b /CMakeLists.txt
parentcabf707f5ec404b2baa673c18719a3313f6051fe (diff)
downloadwayland-ivi-extension-1abcf3ca6b1dfd83409ac73719e25d3870471b05.tar.gz
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 <eucan@de.adit-jv.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files 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)