summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmre Ucan <eucan@de.adit-jv.com>2017-12-04 16:43:53 +0100
committerEmre Ucan <eucan@de.adit-jv.com>2017-12-04 16:43:53 +0100
commitd2c2e262f3bdc9db33b3014293fcdbcfdc90ab27 (patch)
treea82e12c1eceefd69fdf58c6bda0aebc2a90e5a24
parent011fe0175ad7f5bf7f2267750f87d6c685a06f69 (diff)
downloadwayland-ivi-extension-d2c2e262f3bdc9db33b3014293fcdbcfdc90ab27.tar.gz
Bump version to 2.1.02.1.0
In this development cycle: - Removed ivi-extension-protocol static library - Fixed some issues in ivi-share.so - Introduced new version of ivi-share.xml Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 79acade..693ebfc 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 2.0.0)
-SET(ILM_API_VERSION 2.0.0)
+SET(IVI_EXTENSION_VERSION 2.1.0)
+SET(ILM_API_VERSION 2.1.0)
add_subdirectory(protocol)