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 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