Skip to content

Commit d16105a

Browse files
authored
Merge pull request #333 from zivid/MISC-2026-11-24-bump-to-sdk-2.17.2
Bump to Zivid SDK 2.17.2
2 parents cb49c65 + 4dd1631 commit d16105a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ at [zivid.com](https://www.zivid.com/).
1818
### Dependencies
1919

2020
* [Python](https://www.python.org/) version 3.7 or higher
21-
* [Zivid SDK][zivid-download-software-url] version 2.17.1 (see [docs][zivid-software-installation-url] for help)
21+
* [Zivid SDK][zivid-download-software-url] version 2.17.2 (see [docs][zivid-software-installation-url] for help)
2222
* [Compiler](doc/CompilerInstallation.md) with C++17 support
2323

2424
*Ubuntu users must install Python headers (`apt install python3-dev`) in addition to the regular `python3` package.*
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.17.1
1+
2.17.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"ZIVID_SDK_EXACT_VERSION": "2.17.1+7516d437-1"
2+
"ZIVID_SDK_EXACT_VERSION": "2.17.2+440b2367-1"
33
}

sdk_version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"major": 2,
33
"minor": 17,
4-
"patch": 1,
4+
"patch": 2,
55
"pre_release": ""
66
}

0 commit comments

Comments
 (0)