We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e7668 commit 1ebc868Copy full SHA for 1ebc868
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.22.1)
+project(c2pa-c VERSION 0.22.2)
18
19
# Set the version of the c2pa_rs library used
20
-set(C2PA_VERSION "0.79.0")
+set(C2PA_VERSION "0.79.2")
21
22
set(CMAKE_POLICY_DEFAULT_CMP0135 NEW)
23
set(CMAKE_C_STANDARD 17)
0 commit comments