From 23c96accf7515181218cf949b9d019615d02e7ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Sat, 9 May 2020 14:44:00 +0200 Subject: Release version 8.5 --- CHANGELOG.rst | 5 +++++ CMakeLists.txt | 2 +- packaging/biboumi.spec.cmake | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 22a65d9..35a7737 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,8 @@ +Version 8.5 - 2020-05-09 +======================== + +- Fix a build failure with GCC 10 + Version 8.4 - 2020-02-25 ======================== diff --git a/CMakeLists.txt b/CMakeLists.txt index b3c5d99..debdf06 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0) project(biboumi) set(${PROJECT_NAME}_VERSION_MAJOR 8) -set(${PROJECT_NAME}_VERSION_MINOR 4) +set(${PROJECT_NAME}_VERSION_MINOR 5) set(${PROJECT_NAME}_VERSION_SUFFIX "") if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU") diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake index 0c2a69b..45f9376 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -63,6 +63,9 @@ make check %{?_smp_mflags} %changelog +* Sat May 9 2020 Le Coz Florent - 8.5-1 + Update to version 8.5 + * Tue Feb 25 2020 Le Coz Florent - 8.4-1 Update to version 8.4 -- cgit v1.2.3