diff options
author | louiz’ <louiz@louiz.org> | 2020-05-09 14:44:00 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2020-05-09 14:44:00 +0200 |
commit | 23c96accf7515181218cf949b9d019615d02e7ab (patch) | |
tree | cbf12369871dfea600bc77d9ecd1d2a751a91b93 | |
parent | 25530cf9eeb7863ad1745a2d518fdddb1ffa1491 (diff) | |
download | biboumi-23c96accf7515181218cf949b9d019615d02e7ab.tar.gz biboumi-23c96accf7515181218cf949b9d019615d02e7ab.tar.bz2 biboumi-23c96accf7515181218cf949b9d019615d02e7ab.tar.xz biboumi-23c96accf7515181218cf949b9d019615d02e7ab.zip |
-rw-r--r-- | CHANGELOG.rst | 5 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | packaging/biboumi.spec.cmake | 3 |
3 files changed, 9 insertions, 1 deletions
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 <louiz@louiz.org> - 8.5-1 + Update to version 8.5 + * Tue Feb 25 2020 Le Coz Florent <louiz@louiz.org> - 8.4-1 Update to version 8.4 |