From: Dariusz Michaluk Date: Wed, 26 Apr 2023 07:17:42 +0000 (+0200) Subject: Release 2.1.1 X-Git-Tag: accepted/tizen/6.5/unified/20230517.090735^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_6.5_unified;p=platform%2Fcore%2Fsecurity%2Fdevice-certificate-manager-backend.git Release 2.1.1 Change-Id: Ic5b9c10fafcb677a30c50650bc9fb4fda96d694c --- diff --git a/packaging/device-certificate-manager-backend-dummy.spec b/packaging/device-certificate-manager-backend-dummy.spec index 83817ba..332ba69 100644 --- a/packaging/device-certificate-manager-backend-dummy.spec +++ b/packaging/device-certificate-manager-backend-dummy.spec @@ -1,6 +1,6 @@ Name: device-certificate-manager-backend-dummy Summary: Device Certificate Manager dummy (based on the OpenSSL) backend library -Version: 2.1.0 +Version: 2.1.1 Release: 0 Group: Security/Development License: Apache-2.0 diff --git a/src/dummy-backend/CMakeLists.txt b/src/dummy-backend/CMakeLists.txt index 285aaaf..12fb5a8 100644 --- a/src/dummy-backend/CMakeLists.txt +++ b/src/dummy-backend/CMakeLists.txt @@ -17,7 +17,7 @@ # @author Jaroslaw Pelczar # -PROJECT(${DCM_BACKEND_API} VERSION 2.1.0 LANGUAGES C CXX) +PROJECT(${DCM_BACKEND_API} VERSION 2.1.1 LANGUAGES C CXX) SET(_LIB_VERSION_ "${PROJECT_VERSION}") SET(_LIB_SOVERSION_ "0")