summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-04-26 20:56:01 +0200
committerlouiz’ <louiz@louiz.org>2017-04-26 20:56:01 +0200
commit9db89eb8b0daada627f1c5b934e5407d37888371 (patch)
tree00fca3f6d2adb0e18321a634ae39092fee41e078
parent98278421211052a7cb2e1c7380618b85b57b90c6 (diff)
downloadbiboumi-4.2.tar.gz
biboumi-4.2.tar.bz2
biboumi-4.2.tar.xz
biboumi-4.2.zip
Release version 4.24.2
-rw-r--r--CHANGELOG.rst5
-rw-r--r--CMakeLists.txt2
-rw-r--r--packaging/biboumi.spec.cmake3
3 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 152eb01..8a2c55d 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,3 +1,8 @@
+Version 4.2 - 2017-04-26
+========================
+
+ - Fix a build issue when LiteSQL is absent from the system
+
Version 4.1 - 2017-03-21
========================
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9575cbd..be11e64 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0)
project(biboumi)
set(${PROJECT_NAME}_VERSION_MAJOR 4)
-set(${PROJECT_NAME}_VERSION_MINOR 1)
+set(${PROJECT_NAME}_VERSION_MINOR 2)
set(${PROJECT_NAME}_VERSION_SUFFIX "")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++1y -pedantic -Wall -Wextra")
diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake
index c180180..8c34bd6 100644
--- a/packaging/biboumi.spec.cmake
+++ b/packaging/biboumi.spec.cmake
@@ -59,6 +59,9 @@ make check %{?_smp_mflags}
%changelog
+* Wed Apr 26 2017 Le Coz Florent <louiz@louiz.org> - 4.2-1
+- Fix a build issue when LiteSQL is absent from the system
+
* Tue Mar 21 2017 Le Coz Florent <louiz@louiz.org> - 4.1-1
- Update to 4.1 sources: compatibility with botan 2.0