From: Gleb Fotengauer-Malinovskiy Date: Wed, 4 Mar 2015 14:28:38 +0000 (+0300) Subject: Fix pkgconfig file Version: field X-Git-Tag: submit/tizen/20160803.081834~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1f8c9d81ad54d48b0ccfd8d476becb39e05ffba;p=platform%2Fcore%2Fapi%2Fsystem-info.git Fix pkgconfig file Version: field Change-Id: I3edcf699ce3891b45ca31baa76f8089d097c0d8b Signed-off-by: taeyoung --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e09497..db7ea91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) SET(fw_name "capi-system-info") SET(external_plugin "${fw_name}-plugin") +SET(VERSION "0.2.0") PROJECT(${fw_name})