From dcdcdfaeabcedaab104ea346ce6e5c0d2878440a Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Fri, 17 Apr 2026 07:31:22 -0700 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e20362b..6132bb9 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.1) +project(c2pa-c VERSION 0.23.2) # Set the version of the c2pa_rs library used -set(C2PA_VERSION "0.79.5") +set(C2PA_VERSION "0.80.0") set(CMAKE_POLICY_DEFAULT_CMP0135 NEW) set(CMAKE_C_STANDARD 17)