From 2a4c91e1efdb99496f34b14b279a1f99209402a7 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Tue, 21 Jul 2026 16:36:59 -0700 Subject: [PATCH] fix: Bump project and C2PA versions to 0.26.1 and 0.90.1 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e71862..52f96f8 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.26.0) +project(c2pa-c VERSION 0.26.1) # Set the version of the c2pa_rs library used -set(C2PA_VERSION "0.90.0") +set(C2PA_VERSION "0.90.1") set(CMAKE_POLICY_DEFAULT_CMP0135 NEW) set(CMAKE_C_STANDARD 17)