Skip to content

Commit fe18cc9

Browse files
authored
chore: Bump project version to 0.23.4 and C2PA version to 0.80.1 (#213)
1 parent 4136c7e commit fe18cc9

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.3)
17+
project(c2pa-c VERSION 0.23.4)
1818

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

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

0 commit comments

Comments
 (0)