diff options
author | louiz’ <louiz@louiz.org> | 2018-01-17 21:14:44 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-01-17 21:14:44 +0100 |
commit | 6e1af8b082379a2cf0aafc8c7929bea465b9d8aa (patch) | |
tree | ef63ba761587cd58c0dc65ef54b534bf822cf590 | |
parent | 5c75cd104f1fe69ac7a287044d5fc1a6cf8cdffa (diff) | |
download | biboumi-6e1af8b082379a2cf0aafc8c7929bea465b9d8aa.tar.gz biboumi-6e1af8b082379a2cf0aafc8c7929bea465b9d8aa.tar.bz2 biboumi-6e1af8b082379a2cf0aafc8c7929bea465b9d8aa.tar.xz biboumi-6e1af8b082379a2cf0aafc8c7929bea465b9d8aa.zip |
Release version 7.07.0
-rw-r--r-- | CHANGELOG.rst | 4 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | packaging/biboumi.spec.cmake | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 76be951..b553283 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -Version 7.0 -=========== +Version 7.0 - 2018-01-17 +======================== - Support PostgreSQL as a database backend. See below for migration tips. - Add a workaround for a bug in botan < 2.4 where session resumption diff --git a/CMakeLists.txt b/CMakeLists.txt index 5239b52..4dc9d63 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(biboumi) set(${PROJECT_NAME}_VERSION_MAJOR 7) set(${PROJECT_NAME}_VERSION_MINOR 0) -set(${PROJECT_NAME}_VERSION_SUFFIX "~dev") +set(${PROJECT_NAME}_VERSION_SUFFIX "") if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE "Debug" CACHE STRING diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake index 4cd3aa5..95f19e1 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -63,8 +63,8 @@ make check %{?_smp_mflags} %changelog -* ${RPM_DATE} Le Coz Florent <louiz@louiz.org> - ${RPM_VERSION}-1 -- Build latest git revision +* Wed Jan 17 2018 Le Coz Florent <louiz@louiz.org> - 7.0-1 + Update to version 7.0 * Wed Oct 4 2017 Le Coz Florent <louiz@louiz.org> - 6.1-1 Update to version 6.1 |