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 b553283..0e0d207 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,3 +1,8 @@
+Version 7.1 - 2018-01-22
+========================
+
+- Fix a crash happening if a user cancels a non-existing ad-hoc session
+
Version 7.0 - 2018-01-17
========================
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4dc9d63..b31d718 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0)
project(biboumi)
set(${PROJECT_NAME}_VERSION_MAJOR 7)
-set(${PROJECT_NAME}_VERSION_MINOR 0)
+set(${PROJECT_NAME}_VERSION_MINOR 1)
set(${PROJECT_NAME}_VERSION_SUFFIX "")
if(NOT CMAKE_BUILD_TYPE)
diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake
index 95f19e1..0bb0db8 100644
--- a/packaging/biboumi.spec.cmake
+++ b/packaging/biboumi.spec.cmake
@@ -63,6 +63,9 @@ make check %{?_smp_mflags}
%changelog
+* Wed Jan 22 2018 Le Coz Florent <louiz@louiz.org> - 7.1-1
+ Update to version 7.1
+
* Wed Jan 17 2018 Le Coz Florent <louiz@louiz.org> - 7.0-1
Update to version 7.0