From b871e78243e5fff1ebe1106c5fa5af5a19c5e77b Mon Sep 17 00:00:00 2001 From: Tomasz Swierczek Date: Fri, 17 Jul 2020 11:56:58 +0200 Subject: [PATCH] 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 --- CMakeLists.txt | 2 +- packaging/yaca.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4