From 54bf8a66bc65548b3013dbbd66177714c5988738 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Mon, 11 May 2026 09:34:08 -0700 Subject: [PATCH 1/2] chore: Update C2PA version to 0.83.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index db947c4..219d17c 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.1") +set(C2PA_VERSION "0.83.0") set(CMAKE_POLICY_DEFAULT_CMP0135 NEW) set(CMAKE_C_STANDARD 17) From 75fee682f32973c98ae759edfde60a643a87fa00 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Mon, 11 May 2026 09:34:30 -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 219d17c..e9073ba 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.23.8) +project(c2pa-c VERSION 0.23.9) # Set the version of the c2pa_rs library used set(C2PA_VERSION "0.83.0")