From 751bb1bd01f4ee7d524ac1fd4e0614efd1c78234 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Tue, 14 Jul 2026 14:36:37 -0700 Subject: [PATCH 1/2] Update C2PA version to 0.90.0-rc.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bcca691..b9f0e35 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.27) project(c2pa-c VERSION 0.25.1) # Set the version of the c2pa_rs library used -set(C2PA_VERSION "0.89.0") +set(C2PA_VERSION "0.90.0-rc.3") set(CMAKE_POLICY_DEFAULT_CMP0135 NEW) set(CMAKE_C_STANDARD 17) From e440fd4f450618a038633b732fa8aef63edafc94 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Tue, 14 Jul 2026 14:37:30 -0700 Subject: [PATCH 2/2] Bump project version to 0.26.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b9f0e35..c816d2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ 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.90.0-rc.3")