summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmre Ucan <eucan@de.adit-jv.com>2017-11-21 14:03:10 +0100
committerEmre Ucan <eucan@de.adit-jv.com>2017-11-21 14:03:10 +0100
commitff067a640451de46836200624ece7ac777977c30 (patch)
tree6aa8eb15f82a99d22ff27af77ce3ebd53dfa56c8
parent1748a676cbefa04a41d9990667bd789055504a29 (diff)
downloadwayland-ivi-extension-2.0.tar.gz
Bump version to 2.0.2 bugfix release2.0.22.0
This release has three patches on top 2.0: -EGLWLMockNavigation: fix memory leak -Update README -fix wrong fprintf usage 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..c82136e 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.0.2)
+SET(ILM_API_VERSION 2.0.2)
add_subdirectory(protocol)