From 4e49bd5427b300b2de082ae178ef1a973e454e32 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Thu, 4 Dec 2025 20:05:53 -0800 Subject: [PATCH] chore: Update c2pa version to v0.72.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e96cd0a1..b79dffe8 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.72.0") +set(C2PA_VERSION "0.72.1") set(CMAKE_POLICY_DEFAULT_CMP0135 NEW) set(CMAKE_C_STANDARD 17)