From fefb57cbaff7e141b4a6cddb63364cf39339e434 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Tue, 26 Mar 2019 02:01:05 +0200 Subject: [PATCH] Release: WPEBackend-fdo-1.2.0 --- CMakeLists.txt | 4 ++-- NEWS | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ebba27b..5723542 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 1 91) +SET_PROJECT_VERSION(1 2 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 3 1 2) +CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(LIBWPEBACKEND_FDO 3 2 2) project(wpebackend-fdo VERSION "${PROJECT_VERSION}") diff --git a/NEWS b/NEWS index 75c2895..84ad4f7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +====================== +1.2.0 - March 26, 2019 +====================== + +- Fix rendering issue due to usage of wrong width of DMA-BUF flags type. + ======================= 1.1.91 - March 14, 2019 =======================