Skip to content

Commit 14aabfc

Browse files
authored
chore: Up to c2pa-v0.75.19 (#226)
* chore: Up to c2pa-v0.75.18 * chore: Update test_unit_tests.py to check c2pa-v0.75.18 * Update test_unit_tests.py * Update c2pa-native-version.txt * Update test_unit_tests.py
1 parent 6104a0d commit 14aabfc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

c2pa-native-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c2pa-v0.75.16
1+
c2pa-v0.75.19

tests/test_unit_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ def load_test_settings_json():
6767

6868
class TestC2paSdk(unittest.TestCase):
6969
def test_sdk_version(self):
70-
# This test verifies the native libraries used match the expected version
71-
self.assertIn("0.75.16", sdk_version())
70+
# This test verifies the native libraries used match the expected version.
71+
self.assertIn("0.75.19", sdk_version())
7272

7373

7474
class TestReader(unittest.TestCase):

0 commit comments

Comments
 (0)