Release 0.0.6 02/238802/3 accepted/tizen_6.0_unified_hotfix tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.115321 accepted/tizen/6.0/unified/hotfix/20201103.003114 accepted/tizen/unified/20200720.125609 submit/tizen/20200717.105954 submit/tizen_6.0/20201029.205104 submit/tizen_6.0_hotfix/20201102.192504 submit/tizen_6.0_hotfix/20201103.114804 tizen_6.0.m2_release
authorTomasz Swierczek <t.swierczek@samsung.com>
Fri, 17 Jul 2020 09:56:58 +0000 (11:56 +0200)
committerTomasz Swierczek <t.swierczek@samsung.com>
Fri, 17 Jul 2020 10:48:47 +0000 (12:48 +0200)
* many small fixes uncovered during work on unit tests
* new, great unit tests that cover almost entire code of the library

Change-Id: I05c0b6c37d55942f1ab7d10dc58abc673f8097a3

CMakeLists.txt
packaging/yaca.spec

index 2c1a1f4..89f74a5 100644 (file)
@@ -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)
index 7802567..22adaec 100644 (file)
@@ -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