diff options
author | louiz’ <louiz@louiz.org> | 2018-05-15 19:50:41 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-05-15 19:50:41 +0200 |
commit | 1c4620d992d64e585c028659b0001b5f8ba94235 (patch) | |
tree | d45283ea39b6a5d9d57e9e82bc8ce653b3ee95c0 | |
parent | 861f55ed83aedfc7bcd2de1ac0ae0a9f21b910cd (diff) | |
download | biboumi-1c4620d992d64e585c028659b0001b5f8ba94235.tar.gz biboumi-1c4620d992d64e585c028659b0001b5f8ba94235.tar.bz2 biboumi-1c4620d992d64e585c028659b0001b5f8ba94235.tar.xz biboumi-1c4620d992d64e585c028659b0001b5f8ba94235.zip |
Release version 8.18.1
-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 194c75c..1385f40 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,8 @@ +Version 8.1 - 2018-05-14 +======================== + +- Fix a crash on a raw NAMES command + Version 8.0 - 2018-05-02 ======================== diff --git a/CMakeLists.txt b/CMakeLists.txt index 1112f0a..0d59aa7 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 0) +set(${PROJECT_NAME}_VERSION_MINOR 1) 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 4b15540..119505c 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -63,6 +63,9 @@ make check %{?_smp_mflags} %changelog +* Wed May 14 2018 Le Coz Florent <louiz@louiz.org> - 8.1-1 + Update to version 8.1 + * Wed May 2 2018 Le Coz Florent <louiz@louiz.org> - 8.0-1 Update to version 8.0 |