Commit 8027b0a0 for libheif

commit 8027b0a04066b13d07f0e3b9dc8ed9f40530c51d
Author: Dirk Farin <dirk.farin@gmail.com>
Date:   Mon May 25 17:28:29 2026 +0200

    increase version to v1.22.1

diff --git a/CMakeLists.txt b/CMakeLists.txt
index df424179..14f4d71c 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.22.0)
+project(libheif LANGUAGES C CXX VERSION 1.22.1)

 # 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.