Skip to content

Commit 020e19f

Browse files
authored
chore: Update C2PA version to 0.83.0 (#221)
* chore: Update C2PA version to 0.83.0 * Update CMakeLists.txt
1 parent 9ddccee commit 020e19f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
cmake_minimum_required(VERSION 3.27)
1515

1616
# This is the current version of this C++ project
17-
project(c2pa-c VERSION 0.23.8)
17+
project(c2pa-c VERSION 0.23.9)
1818

1919
# Set the version of the c2pa_rs library used
20-
set(C2PA_VERSION "0.82.1")
20+
set(C2PA_VERSION "0.83.0")
2121

2222
set(CMAKE_POLICY_DEFAULT_CMP0135 NEW)
2323
set(CMAKE_C_STANDARD 17)

0 commit comments

Comments
 (0)