Release 2.0 version 29/178029/1 accepted/tizen/unified/20180508.071556 submit/tizen/20180507.142604
authorDariusz Michaluk <d.michaluk@samsung.com>
Mon, 7 May 2018 14:06:47 +0000 (16:06 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Mon, 7 May 2018 14:08:33 +0000 (16:08 +0200)
Change-Id: I8f7a6834aad1f21872051eb05a0173632d6d5d2d

CMakeLists.txt
dcm-client/CMakeLists.txt
packaging/device-certificate-manager.spec

index fda93fb..24e6a90 100644 (file)
@@ -13,9 +13,9 @@ ENDIF()
 
 IF(CMAKE_VERSION VERSION_LESS 3.0)
        PROJECT(device-certificate-manager CXX C)
-       SET(PROJECT_VERSION     "1.0")
+       SET(PROJECT_VERSION     "2.0")
 ELSE()
-       PROJECT(device-certificate-manager VERSION 1.0 LANGUAGES C CXX)
+       PROJECT(device-certificate-manager VERSION 2.0 LANGUAGES C CXX)
 ENDIF()
 
 INCLUDE(GNUInstallDirs)
index fb012c1..6739a48 100644 (file)
@@ -67,7 +67,7 @@ ENDIF()
 
 set_property(TARGET device-certificate-manager PROPERTY DEFINE_SYMBOL DEVICE_CERTIFICATE_MANAGER_EXPORT)
 set_property(TARGET device-certificate-manager PROPERTY VISIBILITY_INLINES_HIDDEN TRUE)
-set_property(TARGET device-certificate-manager PROPERTY VERSION 1.0)
+set_property(TARGET device-certificate-manager PROPERTY VERSION 2.0)
 set_property(TARGET device-certificate-manager PROPERTY C_VISIBILITY_PRESET hidden)
 set_property(TARGET device-certificate-manager PROPERTY CXX_VISIBILITY_PRESET hidden)
 
index 98877a9..279445a 100644 (file)
@@ -1,7 +1,7 @@
 Name: device-certificate-manager
 Summary: Device Certificate Manager daemon and libraries
-Version: 0.1
-Release: 2
+Version: 2.0
+Release: 0
 Group: Security/Secure Storage
 License: Apache-2.0
 Source0: %{name}-%{version}.tar.gz
@@ -101,7 +101,7 @@ fi
 %manifest device-certificate-manager.manifest
 %license LICENSE
 %{_bindir}/device-certificate-managerd
-%{_libdir}/libdevice-certificate-manager.so.1.0
+%{_libdir}/libdevice-certificate-manager.so.*
 %{_unitdir}/multi-user.target.wants/device-certificate-manager.service
 %{_unitdir}/device-certificate-manager.service
 %{_unitdir}/device-certificate-manager.target