From: Tomasz Swierczek Date: Fri, 17 Jul 2020 09:56:58 +0000 (+0200) Subject: Release 0.0.6 X-Git-Tag: submit/tizen_6.0_hotfix/20201102.192504 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen_6.0_hotfix%2F20201102.192504;p=platform%2Fcore%2Fsecurity%2Fyaca.git Release 0.0.6 * many small fixes uncovered during work on unit tests * new, great unit tests that cover almost entire code of the library Change-Id: I05c0b6c37d55942f1ab7d10dc58abc673f8097a3 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c1a1f4..89f74a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ CMAKE_MINIMUM_REQUIRED (VERSION 2.6.2) PROJECT(yaca) -SET(VERSION "0.0.5") +SET(VERSION "0.0.6") ## pkgconfig ################################################################### INCLUDE(FindPkgConfig) diff --git a/packaging/yaca.spec b/packaging/yaca.spec index 7802567..22adaec 100644 --- a/packaging/yaca.spec +++ b/packaging/yaca.spec @@ -1,7 +1,7 @@ %{!?build_type:%define build_type "RELEASE"} Name: yaca -Version: 0.0.5 +Version: 0.0.6 Release: 0 Source0: %{name}-%{version}.tar.gz License: Apache-2.0