From 10f5c650b9d2d5f8d3d1c81f59fa29d77a6400da Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Thu, 13 Aug 2026 13:48:43 -0700 Subject: [PATCH] chore: Bump c2pa-rs to v0.90.15 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7baf982..d2e057a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,10 +14,10 @@ cmake_minimum_required(VERSION 3.27) # This is the current version of this C++ project -project(c2pa-c VERSION 0.26.8) +project(c2pa-c VERSION 0.26.9) # Set the version of the c2pa_rs library used -set(C2PA_VERSION "0.90.14") +set(C2PA_VERSION "0.90.15") set(CMAKE_POLICY_DEFAULT_CMP0135 NEW) set(CMAKE_C_STANDARD 17)