diff options
author | louiz’ <louiz@louiz.org> | 2017-10-04 22:10:07 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-10-04 22:10:07 +0200 |
commit | aa65cfd1064a158ea0ba3482db5e66316495ac24 (patch) | |
tree | b7729fccb9df6c995d7eadc5b099c9ef81d957e7 | |
parent | 83aef94a2c0241f7f8146c67a98e02c8f2ecaaf0 (diff) | |
download | biboumi-aa65cfd1064a158ea0ba3482db5e66316495ac24.tar.gz biboumi-aa65cfd1064a158ea0ba3482db5e66316495ac24.tar.bz2 biboumi-aa65cfd1064a158ea0ba3482db5e66316495ac24.tar.xz biboumi-aa65cfd1064a158ea0ba3482db5e66316495ac24.zip |
-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 |