From 9166b8f315c892e55288616b4cdc4417acf77120 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Wed, 29 Apr 2026 14:18:31 -0700 Subject: [PATCH] chore: Bump project and C2PA versions to 0.23.6 and 0.80.3 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3aff881..e43d5cf 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.5) +project(c2pa-c VERSION 0.23.6) # Set the version of the c2pa_rs library used -set(C2PA_VERSION "0.80.2") +set(C2PA_VERSION "0.80.3") set(CMAKE_POLICY_DEFAULT_CMP0135 NEW) set(CMAKE_C_STANDARD 17)