From 0b55aa1affd234b2775848ca4742908ab42f3fa3 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:50:25 -0700 Subject: [PATCH 1/2] feat: Update C2PA version to 0.90.0-rc.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bcca691..2bb48fd 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.1") set(CMAKE_POLICY_DEFAULT_CMP0135 NEW) set(CMAKE_C_STANDARD 17) From 4c3d38a966a3660a1fb6e1e31a839a900fa4a2a2 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:50:43 -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 2bb48fd..936f60a 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.1")