From 768e72209bfe862b2f57b3cbd02584ed5b71c0cd Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Tue, 27 Jan 2026 10:29:26 -0800 Subject: [PATCH] fix: Update C2PA version to 0.75.7 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fecfc73d..48544d53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.27) project(c2pa-c VERSION 0.13.0) # Set the version of the c2pa_rs library used here -set(C2PA_VERSION "0.75.6") +set(C2PA_VERSION "0.75.7") set(CMAKE_POLICY_DEFAULT_CMP0135 NEW) set(CMAKE_C_STANDARD 17)