From 7d5be0667386aaf30ac06a17e8e5f04166e38066 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Sun, 13 Sep 2026 12:07:59 -0700 Subject: [PATCH 1/2] chore: Update C2PA version to 0.90.22 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5921d6b..b7cae6a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.27) project(c2pa-c VERSION 0.26.11) # Set the version of the c2pa_rs library used -set(C2PA_VERSION "0.90.19") +set(C2PA_VERSION "0.90.22") set(CMAKE_POLICY_DEFAULT_CMP0135 NEW) set(CMAKE_C_STANDARD 17) From 67eaf59f0b6e404c950563dd253ae75220476aae Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Mon, 14 Sep 2026 13:04:08 -0700 Subject: [PATCH 2/2] Bump project version to 0.26.12 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b7cae6a..c6c127b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.27) # This is the current version of this C++ project -project(c2pa-c VERSION 0.26.11) +project(c2pa-c VERSION 0.26.12) # Set the version of the c2pa_rs library used set(C2PA_VERSION "0.90.22")