diff options
-rw-r--r-- | CHANGELOG.rst | 4 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | packaging/biboumi.spec.cmake | 5 |
3 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 379841c..45c13bd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -Version 8.3 -=========== +Version 8.3 - 2018-06-01 +======================== - The global ad-hoc configure command is now available on biboumi’s JID in fixed_irc_server mode. diff --git a/CMakeLists.txt b/CMakeLists.txt index 26f2f11..abfd334 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0) project(biboumi) set(${PROJECT_NAME}_VERSION_MAJOR 8) -set(${PROJECT_NAME}_VERSION_MINOR 2) +set(${PROJECT_NAME}_VERSION_MINOR 3) set(${PROJECT_NAME}_VERSION_SUFFIX "") if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU") diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake index d658c55..5950930 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -63,8 +63,11 @@ make check %{?_smp_mflags} %changelog +* Wed Jun 1 2018 Le Coz Florent <louiz@louiz.org> - 8.3-1 + Update to version 8.3 + * Wed May 25 2018 Le Coz Florent <louiz@louiz.org> - 8.2-1 - Update to version 8.1 + Update to version 8.2 * Wed May 14 2018 Le Coz Florent <louiz@louiz.org> - 8.1-1 Update to version 8.1 |