From 8f59f7a5991152e779e031ba742e7a6ddc7d8f06 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Fri, 17 Jul 2026 07:55:19 -0700 Subject: [PATCH] chore: Update to released c2pa-rs and c2pa-c-ffi chore: Update to released c2pa-rs and c2pa-c-ffi v0.90.0 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bcca691..3e71862 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.25.1) +project(c2pa-c VERSION 0.26.0) # Set the version of the c2pa_rs library used -set(C2PA_VERSION "0.89.0") +set(C2PA_VERSION "0.90.0") set(CMAKE_POLICY_DEFAULT_CMP0135 NEW) set(CMAKE_C_STANDARD 17)