From a7e2f34c990c960d6e404c00f0188dada115bacb Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Fri, 1 May 2026 19:30:57 -0700 Subject: [PATCH 1/2] chore: Bump project version to 0.23.8 and update C2PA version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ed640bf..278700a 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.23.7) +project(c2pa-c VERSION 0.23.8) # Set the version of the c2pa_rs library used -set(C2PA_VERSION "0.81.0") +set(C2PA_VERSION "0.82.0") set(CMAKE_POLICY_DEFAULT_CMP0135 NEW) set(CMAKE_C_STANDARD 17) From 6b381f703d689e0ba59156b32e25f4ac2897737a Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Mon, 4 May 2026 09:49:12 -0700 Subject: [PATCH 2/2] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 278700a..db947c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.27) project(c2pa-c VERSION 0.23.8) # Set the version of the c2pa_rs library used -set(C2PA_VERSION "0.82.0") +set(C2PA_VERSION "0.82.1") set(CMAKE_POLICY_DEFAULT_CMP0135 NEW) set(CMAKE_C_STANDARD 17)