diff --git a/CMakeLists.txt b/CMakeLists.txt index ddd376f..ebba27b 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 90) +SET_PROJECT_VERSION(1 1 91) 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 0 2) +CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(LIBWPEBACKEND_FDO 3 1 2) project(wpebackend-fdo VERSION "${PROJECT_VERSION}") diff --git a/NEWS b/NEWS index e8d412b..75c2895 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +======================= +1.1.91 - March 14, 2019 +======================= + +- Changed libwpe requirement to wpe-1.0. + ========================== 1.1.90 - February 26, 2019 ==========================