From 57113312ac6e57401433bd6ebda11a19ecba3961 Mon Sep 17 00:00:00 2001 From: Emre Ucan Date: Fri, 13 Oct 2017 16:14:25 +0200 Subject: [PATCH] Bump ilm to 2.0.0 stable version In this release, the major version is increased because of backwards incompatible changes. List of major changes: - introduce ivi-wm protocol instead of ivi-controller - introduce ilm_surfaceSetType and ilm_getError APIs - remove takeLayerScreenshot, surfaceGetPixelformat, all orientation APIs - remove many legacy unneeded defines from ilm header files - EGLWLInputEventExample: supports cursors - add connectorName prop to ilmScreenProperties - introduce surface frame counter - introduce a background surface example Signed-off-by: Emre Ucan --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bad85dfa..79acade1 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.13.0) -SET(ILM_API_VERSION 1.13.0) +SET(IVI_EXTENSION_VERSION 2.0.0) +SET(ILM_API_VERSION 2.0.0) add_subdirectory(protocol)