diff options
author | louiz’ <louiz@louiz.org> | 2017-05-24 13:36:00 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-05-24 13:44:32 +0200 |
commit | 23a3372144215c9ba7a30d599164677284813fa4 (patch) | |
tree | 7616bdd9ba87bceff126e9082dc401a0aa72f4d5 | |
parent | 97f01d8e125c257a0011c4c275319595003a63f6 (diff) | |
download | biboumi-5.0.tar.gz biboumi-5.0.tar.bz2 biboumi-5.0.tar.xz biboumi-5.0.zip |
-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 a9f46ec..5709483 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -Version 5.0 -=========== +Version 5.0 - 2017-05-24 +======================== - An identd server has been added. - Add a **persistent** option for channels. When a channel is configured diff --git a/CMakeLists.txt b/CMakeLists.txt index 86c309e..139f85a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(biboumi) set(${PROJECT_NAME}_VERSION_MAJOR 5) 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 bfcef4d..dccd2f9 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -59,8 +59,8 @@ make check %{?_smp_mflags} %changelog -* ${RPM_DATE} Le Coz Florent <louiz@louiz.org> - ${RPM_VERSION}-1 -- Build latest git revision +* Wed May 24 Le Coz Florent <louiz@louiz.org> - 5.0-1 +- Update to version 5.0 * Wed May 2 2017 Le Coz Florent <louiz@louiz.org> - 4.3-1 - Fix a segmentation fault that occured when trying to connect |