From 469079536755f089e5b06e57b90cfb05d5f674f6 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Sun, 9 Nov 2025 10:41:31 -0800 Subject: [PATCH 1/4] fix: Update C2PA version to 0.70.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c5dd47a6..cd5a30af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.27) project(c2pa-c VERSION 0.12.0) # Set the version of the c2pa_rs library used here -set(C2PA_VERSION "0.66.0") +set(C2PA_VERSION "0.70.0") set(CMAKE_POLICY_DEFAULT_CMP0135 NEW) set(CMAKE_C_STANDARD 17) From a69f10c34b93f5ac6aa5eb6b495b9a7f3ac0bc72 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Sun, 9 Nov 2025 10:41:59 -0800 Subject: [PATCH 2/4] fix: Bump project version to 0.13.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd5a30af..b6b30c89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.27) # This is the version of this C++ project -project(c2pa-c VERSION 0.12.0) +project(c2pa-c VERSION 0.13.0) # Set the version of the c2pa_rs library used here set(C2PA_VERSION "0.70.0") From 3afbf55caf46047d8e749efda122ae387e882396 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Sun, 9 Nov 2025 10:46:05 -0800 Subject: [PATCH 3/4] fix: Update c2pa-rs version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b6b30c89..51c51e87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.27) project(c2pa-c VERSION 0.13.0) # Set the version of the c2pa_rs library used here -set(C2PA_VERSION "0.70.0") +set(C2PA_VERSION "0.71.0") set(CMAKE_POLICY_DEFAULT_CMP0135 NEW) set(CMAKE_C_STANDARD 17) From 0d9b6df1ee2bf382c02b12305314c41675f7e2b2 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Thu, 13 Nov 2025 10:15:01 -0800 Subject: [PATCH 4/4] fix: Nump c2pa-rs c2pa-c-ffi version to 0.71.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 51c51e87..332ef937 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.27) project(c2pa-c VERSION 0.13.0) # Set the version of the c2pa_rs library used here -set(C2PA_VERSION "0.71.0") +set(C2PA_VERSION "0.71.2") set(CMAKE_POLICY_DEFAULT_CMP0135 NEW) set(CMAKE_C_STANDARD 17)