summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.rst5
-rw-r--r--CMakeLists.txt2
-rw-r--r--packaging/biboumi.spec.cmake3
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