We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4136c7e commit fe18cc9Copy full SHA for fe18cc9
1 file changed
CMakeLists.txt
@@ -14,10 +14,10 @@
14
cmake_minimum_required(VERSION 3.27)
15
16
# This is the current version of this C++ project
17
-project(c2pa-c VERSION 0.23.3)
+project(c2pa-c VERSION 0.23.4)
18
19
# Set the version of the c2pa_rs library used
20
-set(C2PA_VERSION "0.80.0")
+set(C2PA_VERSION "0.80.1")
21
22
set(CMAKE_POLICY_DEFAULT_CMP0135 NEW)
23
set(CMAKE_C_STANDARD 17)
0 commit comments