We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6eb9d commit 84ca45eCopy full SHA for 84ca45e
src/c2pa/c2pa.py
@@ -622,7 +622,7 @@ def sdk_version() -> str:
622
Returns the underlying c2pa-rs/c2pa-c-ffi version string
623
"""
624
vstr = version()
625
- # Example: "c2pa-c/0.49.5 c2pa-rs/0.49.5"
+ # Example: "c2pa-c-ffi/0.59.1 c2pa-rs/0.59.1"
626
for part in vstr.split():
627
if part.startswith("c2pa-rs/"):
628
return part.split("/", 1)[1]
0 commit comments