summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugen Friedrich <efriedrich@de.adit-jv.com>2017-05-26 10:13:02 +0200
committerEugen Friedrich <efriedrich@de.adit-jv.com>2017-05-26 10:13:02 +0200
commit7f0a8c600b7ed80c1b568a26f8c56cadcdce412f (patch)
tree26c1fd9f2d73cbd99c7d874a3afe2ffa2c75c1e8
parentf5f3c6f6c824dfaa76da09976fb030e15ef4de40 (diff)
downloadwayland-ivi-extension-7f0a8c600b7ed80c1b568a26f8c56cadcdce412f.tar.gz
Bump to ilm to 1.13.0 stable version
This release includes following changes: - add pkg-config files for ilmInput, ilmControl and ilmCommon libraries - update to work with weston 2.0 release - deprecate ilmClient API's, ilm_surfaceGetPixelformat and orientation API's: ilm_layerSetOrinetation, ilm_layerGetOrientation ilm_surfaceSetOrinetation, ilm_surfaceGetOrinetation - fixed memory leaks and memory corruption in ilmControl Signed-off-by: Eugen Friedrich <efriedrich@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 9e68db8..bad85df 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.11.0)
-SET(ILM_API_VERSION 1.11.0)
+SET(IVI_EXTENSION_VERSION 1.13.0)
+SET(ILM_API_VERSION 1.13.0)
add_subdirectory(protocol)