Skip to content

Commit e396d53

Browse files
authored
chore: Bump c2pa-rs version (#183)
* chore: Bump c2pa-rs version * fix: Retrigger tests
1 parent 189f907 commit e396d53

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
cmake_minimum_required(VERSION 3.27)
1515

16-
# This is the version of this C++ project
17-
project(c2pa-c VERSION 0.17.0)
16+
# This is the current version of this C++ project
17+
project(c2pa-c VERSION 0.18.0)
1818

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

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

0 commit comments

Comments
 (0)