From bb6df4990ad7c300103a787d705ea5d78f96b9e3 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Tue, 1 Oct 2024 14:53:30 +0100 Subject: [PATCH] build: Bump min `libei` and `libportal` versions --- cmake/Libraries.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/Libraries.cmake b/cmake/Libraries.cmake index 545b49e0b..6f9308753 100644 --- a/cmake/Libraries.cmake +++ b/cmake/Libraries.cmake @@ -13,8 +13,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -set(LIBEI_MIN_VERSION 1.2.1) -set(LIBPORTAL_MIN_VERSION 0.6) +set(LIBEI_MIN_VERSION 1.3) +set(LIBPORTAL_MIN_VERSION 0.8) macro(configure_libs)