summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuhiko Tanibata <nobuhiko_tanibata@xddp.denso.co.jp>2015-12-25 14:05:10 +0900
committerNobuhiko Tanibata <nobuhiko_tanibata@xddp.denso.co.jp>2015-12-25 14:05:10 +0900
commitbeac5d2e25324ca9cc82d0e3b364512258af3567 (patch)
treeb3336dfb987be2ba079745191ff6cfdfc3da8f33
parent181b1c5a679e94872e6b963a4b7f817f49318ed5 (diff)
downloadwayland-ivi-extension-beac5d2e25324ca9cc82d0e3b364512258af3567.tar.gz
Bump version to 1.9.0 for the official release.1.9.0
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 <ntanibata@jp.adit-jv.com>
-rw-r--r--CMakeLists.txt4
1 files 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)