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 5c1a08c..75a96cc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -Version 3.0 -=========== +Version 3.0 - 2016-08-03 +======================== - Support multiple-nick sessions: a user can join an IRC channel behind one single nick, using multiple different clients, at the same time (as diff --git a/CMakeLists.txt b/CMakeLists.txt index 73eb02d..d6d5ce8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(biboumi) set(${PROJECT_NAME}_VERSION_MAJOR 3) set(${PROJECT_NAME}_VERSION_MINOR 0) -set(${PROJECT_NAME}_VERSION_SUFFIX "~dev") +set(${PROJECT_NAME}_VERSION_SUFFIX "") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++1y -pedantic -Wall -Wextra") if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake index f38f4c4..c94da8b 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 +* Thu Aug 4 2016 Le Coz Florent <louiz@louiz.org> - 3.0-1 +- Update to 3.0 sources * Wed Jan 13 2016 Le Coz Florent <louiz@louiz.org> - 2.0-2 - Do not install the systemd unit and configuration files, because |