From a86f00e146413770dda7895d133ebe3862e0d876 Mon Sep 17 00:00:00 2001 From: Dirk Farin Date: Wed, 6 Nov 2024 17:33:41 +0100 Subject: [PATCH] increase version to v1.19.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index be69a2f49a..312a1a2624 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.19.1) +project(libheif LANGUAGES C CXX VERSION 1.19.2) # 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.