summarylogtreecommitdiffstats
path: root/ueye-config.cmake
diff options
context:
space:
mode:
authorMaarten de Vries2022-01-05 19:47:58 +0100
committerMaarten de Vries2022-01-05 20:36:03 +0100
commit619e252d7e3b73d5ea6cce26a20bdbfc8bc80eee (patch)
tree5d6a4fbbf08a9a623a6194319a93cffacf22de6f /ueye-config.cmake
parent866e0dd62a6ea38319b74b9f276e6f5ec183c408 (diff)
downloadaur-619e252d7e3b73d5ea6cce26a20bdbfc8bc80eee.tar.gz
Update to 4.95.0.
Diffstat (limited to 'ueye-config.cmake')
-rw-r--r--ueye-config.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/ueye-config.cmake b/ueye-config.cmake
index 4207d6e167ed..d41f9ac3e425 100644
--- a/ueye-config.cmake
+++ b/ueye-config.cmake
@@ -1,7 +1,7 @@
set(ueye_MAJOR_VERSION 4)
-set(ueye_MINOR_VERSION 94)
+set(ueye_MINOR_VERSION 95)
set(ueye_PATCH_VERSION 0)
set(ueye_VERSION ${ueye_MAJOR_VERSION}.${ueye_MINOR_VERSION}.${ueye_PATCH_VERSION})
add_library(ueye SHARED IMPORTED)
-set_target_properties(ueye PROPERTIES IMPORTED_LOCATION /usr/lib/libueye_api.so.4.94)
+set_target_properties(ueye PROPERTIES IMPORTED_LOCATION /usr/lib/libueye_api.so.1)