Skip to content

Commit 1ebc868

Browse files
authored
chore: Bump c2pa-rs/c2pa-c-ffi version to 0.79.2 (#202)
* chore: Bump project version to 0.22.2 and C2PA version to 0.79.1 * Update C2PA version to 0.79.2
1 parent 64e7668 commit 1ebc868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

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

0 commit comments

Comments
 (0)