From de4cdee68b592f4f5c583aa925472c3d8042c2c5 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:24:50 -0700 Subject: [PATCH] fix: Bump c2pa-rs version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8546d03..4aea5a9 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.20.1) +project(c2pa-c VERSION 0.21.0) # Set the version of the c2pa_rs library used -set(C2PA_VERSION "0.78.7") +set(C2PA_VERSION "0.78.8") set(CMAKE_POLICY_DEFAULT_CMP0135 NEW) set(CMAKE_C_STANDARD 17)