From 6dbffbd25774371e0b27e630df106ab6a021a3cd Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Wed, 27 May 2026 11:07:37 -0700 Subject: [PATCH] chore: Bump to c2pa-v0.85.0 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 246282e..aaa362e 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.10) +project(c2pa-c VERSION 0.23.11) # Set the version of the c2pa_rs library used -set(C2PA_VERSION "0.84.1") +set(C2PA_VERSION "0.85.0") set(CMAKE_POLICY_DEFAULT_CMP0135 NEW) set(CMAKE_C_STANDARD 17)