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