diff options
-rw-r--r-- | CHANGELOG.rst | 4 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | packaging/biboumi.spec.cmake | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cab48dd..4c3f5ad 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -Version 6.1 -=========== +Version 6.1 - 2017-10-04 +======================== - Fix compilation with botan 2.3 - Fix compilation with very old distributions (such as debian wheezy or diff --git a/CMakeLists.txt b/CMakeLists.txt index c9967ff..7752382 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0) project(biboumi) set(${PROJECT_NAME}_VERSION_MAJOR 6) -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 5c01b80..a3b94ce 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -61,6 +61,9 @@ make check %{?_smp_mflags} %changelog +* Wed Oct 4 2017 Le Coz Florent <louiz@louiz.org> - 6.1-1 + Update to version 6.1 + * Tue Sep 19 2017 Le Coz Florent <louiz@louiz.org> - 6.0-1 Update to version 6.0 |