From 6c2823684105c0bd46aaeca817fe5d87e7c6da25 Mon Sep 17 00:00:00 2001 From: Wataru Natsume Date: Wed, 29 Jun 2016 14:05:41 +0900 Subject: Bump version 1.10.90 pre-release of 1.11.0 This fixes following: - Fix license relevant code - Remove update_layer/surface_prop - Refactor send_layer/surface_add_event - Adapt to wayland 1.11 Signed-off-by: Wataru Natsume --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2347dfc..3d16699 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.1) -SET(ILM_API_VERSION 1.9.1) +SET(IVI_EXTENSION_VERSION 1.10.90) +SET(ILM_API_VERSION 1.10.90) add_subdirectory(protocol) -- cgit v1.2.1