From 2bda5d5c25d66399c2d4441387c5e124c1b1d4c1 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Wed, 18 Sep 2019 15:32:18 +0300 Subject: [PATCH] Release WPEBackend-fdo 1.4.0 --- CMakeLists.txt | 4 ++-- NEWS | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 20a7bb1..4e787a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_policy(VERSION 3.0) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") include(VersioningUtils) -SET_PROJECT_VERSION(1 3 91) +SET_PROJECT_VERSION(1 4 0) set(WPEBACKEND_FDO_API_VERSION 1.0) # Before making a release, the LT_VERSION string should be modified. @@ -14,7 +14,7 @@ set(WPEBACKEND_FDO_API_VERSION 1.0) # - If binary compatibility has been broken (eg removed or changed interfaces) # change to C+1:0:0 # - If the interface is the same as the previous version, change to C:R+1:A -CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(LIBWPEBACKEND_FDO 5 0 4) +CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(LIBWPEBACKEND_FDO 5 1 4) project(wpebackend-fdo VERSION "${PROJECT_VERSION}") diff --git a/NEWS b/NEWS index 4f7a3cd..2a1b84f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +========================== +1.4.0 - September 18, 2019 +========================== + +- Fix the build with CMake 3.11 and older. + ========================== 1.3.91 - September 9, 2019 ==========================