Commit 413e2a87 for libheif

commit 413e2a87e6a70b3eccc3a3adc5801179dd2d9e00
Author: Dirk Farin <dirk.farin@gmail.com>
Date:   Mon Sep 21 20:09:58 2026 +0200

    increase version to v1.23.5

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a49d8388..c4499ea2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
 cmake_minimum_required (VERSION 3.16.3) # Oldest Ubuntu LTS (20.04 currently)

-project(libheif LANGUAGES C CXX VERSION 1.23.4)
+project(libheif LANGUAGES C CXX VERSION 1.23.5)

 # compatibility_version is never allowed to be decreased for any specific SONAME.
 # Libtool in the libheif-1.15.1 release had set it to 17.0.0, so we have to use this for the v1.x.y versions.