From f435a397298453b5e818743ebb022abc584a6305 Mon Sep 17 00:00:00 2001 From: Eugen Friedrich Date: Tue, 21 Nov 2023 19:06:27 +0100 Subject: [PATCH] 2.3.2 release This release marks the last version compatible with weston 11 Signed-off-by: Eugen Friedrich --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fbf387b..031d5c61 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,8 +25,8 @@ project(wayland-ivi-extension) include(GNUInstallDirs) -SET(IVI_EXTENSION_VERSION 2.3.1) -SET(ILM_API_VERSION 2.3.1) +SET(IVI_EXTENSION_VERSION 2.3.2) +SET(ILM_API_VERSION 2.3.2) SET(LIBWESTON_VER 11)