summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorIDI GPT 8.0.0 <genius@ubuntu.(none)>2014-01-29 16:52:17 +0100
committerIDI GPT 8.0.0 <genius@ubuntu.(none)>2014-01-29 16:52:17 +0100
commitf99137b5fb3e66f99a4a221bd072f8be6c8cc01f (patch)
tree44acb0f6c1ca064da94a2d98a60209cd440eb9de /CMakeLists.txt
parent9e48326cb84a311b4b2bdbee25b5da5fbb50ee67 (diff)
downloadgenivi-common-api-runtime-f99137b5fb3e66f99a4a221bd072f8be6c8cc01f.tar.gz
[libcommonAPI] add first dev packet configuration
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8d432e4..53674ba 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,6 +8,7 @@ SET( ${PROJECT_NAME}_PATCH_LEVEL 4 )
set(GENIVI_PROJECT_VERSION ${${PROJECT_NAME}_MAJOR_VERSION}.${${PROJECT_NAME}_MINOR_VERSION}.${${PROJECT_NAME}_PATCH_LEVEL})
+set(PACKAGE_VERSION ${GENIVI_PROJECT_VERSION})
set(GENIVI_RPM_RELEASE ${GENIVI_PROJECT_VERSION})
##################### RPM CONFIG ########################