From beac5d2e25324ca9cc82d0e3b364512258af3567 Mon Sep 17 00:00:00 2001 From: Nobuhiko Tanibata Date: Fri, 25 Dec 2015 14:05:10 +0900 Subject: Bump version to 1.9.0 for the official release. This would be proposed as a version to GENIVI Compliant 10, Leviathan. Additionally, to reduce the confusion which version of Wayland-IVI-Extension shall be dependent on Wayland/Weston, the version is synchroized with Wayland/Weston version from now. Signed-off-by: Nobuhiko Tanibata --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 378c428..926e8cd 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.5.0) -SET(ILM_API_VERSION 1.5.0) +SET(IVI_EXTENSION_VERSION 1.9.0) +SET(ILM_API_VERSION 1.9.0) add_subdirectory(protocol) -- cgit v1.2.1