diff --git a/CMakeLists.txt b/CMakeLists.txt index bcca691..c816d2f 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.25.1) +project(c2pa-c VERSION 0.26.0) # Set the version of the c2pa_rs library used -set(C2PA_VERSION "0.89.0") +set(C2PA_VERSION "0.90.0-rc.3") set(CMAKE_POLICY_DEFAULT_CMP0135 NEW) set(CMAKE_C_STANDARD 17)