summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>2014-01-31 12:24:54 +0100
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>2014-01-31 12:24:54 +0100
commit67d9e0c6a91967fecb9da9a236c603a0b6ce59c3 (patch)
treea4b39ce04cd230834d50d3b8e8b1184d7458af52 /CMakeLists.txt
parent4d468010b9ee8479415869abe2ca1645c48c01c6 (diff)
downloadwayland-ivi-extension-67d9e0c6a91967fecb9da9a236c603a0b6ce59c3.tar.gz
added library version to ILM APIs
Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 67f5a87..731f1e2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,6 +21,8 @@
cmake_minimum_required (VERSION 2.6)
project (LayerManager)
+SET(ILM_VERSION "1.2.0")
+
#===========================================================================================================
# cmake configuration
#===========================================================================================================