From 4dd16319d83776452761c81d2bee18958e49c448 Mon Sep 17 00:00:00 2001 From: Paul Mairo Date: Tue, 13 Jan 2026 09:54:29 +0100 Subject: [PATCH] Bump to Zivid SDK 2.17.2 --- README.md | 2 +- continuous-integration/deployment/expected-version.txt | 2 +- continuous-integration/versions.json | 2 +- sdk_version.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c9c16ff3..78ee1afc 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ at [zivid.com](https://www.zivid.com/). ### Dependencies * [Python](https://www.python.org/) version 3.7 or higher -* [Zivid SDK][zivid-download-software-url] version 2.17.1 (see [docs][zivid-software-installation-url] for help) +* [Zivid SDK][zivid-download-software-url] version 2.17.2 (see [docs][zivid-software-installation-url] for help) * [Compiler](doc/CompilerInstallation.md) with C++17 support *Ubuntu users must install Python headers (`apt install python3-dev`) in addition to the regular `python3` package.* diff --git a/continuous-integration/deployment/expected-version.txt b/continuous-integration/deployment/expected-version.txt index 3f8eb714..94dc0ec9 100644 --- a/continuous-integration/deployment/expected-version.txt +++ b/continuous-integration/deployment/expected-version.txt @@ -1 +1 @@ -2.17.1 +2.17.2 diff --git a/continuous-integration/versions.json b/continuous-integration/versions.json index a8006ea2..830b3b37 100644 --- a/continuous-integration/versions.json +++ b/continuous-integration/versions.json @@ -1,3 +1,3 @@ { - "ZIVID_SDK_EXACT_VERSION": "2.17.1+7516d437-1" + "ZIVID_SDK_EXACT_VERSION": "2.17.2+440b2367-1" } diff --git a/sdk_version.json b/sdk_version.json index 00c702fa..a799f563 100644 --- a/sdk_version.json +++ b/sdk_version.json @@ -1,6 +1,6 @@ { "major": 2, "minor": 17, - "patch": 1, + "patch": 2, "pre_release": "" }