diff options
-rw-r--r-- | CHANGELOG.rst | 4 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | packaging/biboumi.spec.cmake | 6 |
3 files changed, 5 insertions, 7 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 842db75..a20163b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -Version 9.0 -=========== +Version 9.0 - 2020-09-22 +======================== For users --------- diff --git a/CMakeLists.txt b/CMakeLists.txt index ac86555..687d68b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(biboumi) set(${PROJECT_NAME}_VERSION_MAJOR 9) set(${PROJECT_NAME}_VERSION_MINOR 0) -set(${PROJECT_NAME}_VERSION_SUFFIX "~dev") +set(${PROJECT_NAME}_VERSION_SUFFIX "") if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU") if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 5.0) diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake index bd8ffdc..991b056 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -64,10 +64,8 @@ make check %{?_smp_mflags} %changelog -* ${RPM_DATE} Le Coz Florent <louiz@louiz.org> - ${RPM_VERSION}-1 -- Build latest git revision -- Build against botan2 -- Build with sphinx instead of pandoc +* Tue Sep 22 2020 Le Coz Florent <louiz@louiz.org> - 9.0-1 + Update to version 9.0 * Sat May 9 2020 Le Coz Florent <louiz@louiz.org> - 8.5-1 Update to version 8.5 |