We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189f907 commit e396d53Copy full SHA for e396d53
1 file changed
CMakeLists.txt
@@ -13,11 +13,11 @@
13
14
cmake_minimum_required(VERSION 3.27)
15
16
-# This is the version of this C++ project
17
-project(c2pa-c VERSION 0.17.0)
+# This is the current version of this C++ project
+project(c2pa-c VERSION 0.18.0)
18
19
# Set the version of the c2pa_rs library used
20
-set(C2PA_VERSION "0.78.2")
+set(C2PA_VERSION "0.78.3")
21
22
set(CMAKE_POLICY_DEFAULT_CMP0135 NEW)
23
set(CMAKE_C_STANDARD 17)
0 commit comments