From 47c73d757e29532095aa0282687f422035a91f1a Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:06:12 -0800 Subject: [PATCH] Update C2PA version to 0.76.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 002ad772..dfca6d3e 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 -set(C2PA_VERSION "0.75.21") +set(C2PA_VERSION "0.76.0") set(CMAKE_POLICY_DEFAULT_CMP0135 NEW) set(CMAKE_C_STANDARD 17)