From f3649c1da7e0786334038a9886985e75e2d53ca8 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Tue, 18 May 2021 18:03:23 +0300 Subject: [PATCH] Release version 0.10.0 --- CMakeLists.txt | 4 ++-- NEWS | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 859bb3e4..feee41d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.3) list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_SOURCE_DIR}/cmake") include(VersioningUtils) -set_project_version(0 9 90) +set_project_version(0 10 0) # Before making a release, the LT_VERSION string should be modified. # The string is of the form C:R:A. @@ -12,7 +12,7 @@ set_project_version(0 9 90) # - If binary compatibility has been broken (eg removed or changed interfaces) # change to C+1:0:0 # - If the interface is the same as the previous version, change to C:R+1:A -calculate_library_versions_from_libtool_triple(COGCORE 5 1 4) +calculate_library_versions_from_libtool_triple(COGCORE 5 2 4) project(cog VERSION "${PROJECT_VERSION}" LANGUAGES C) include(DistTargets) diff --git a/NEWS b/NEWS index 7b60329d..6af4d574 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +===================== +0.10.0 - May 18, 2021 +===================== + +- Fix the location where the D-Bus policy config gets installed. + ====================== 0.9.90 - April 1, 2021 ======================