summarylogtreecommitdiffstats
path: root/ueye-config.cmake
diff options
context:
space:
mode:
authorMaarten de Vries2020-06-02 12:03:39 +0200
committerMaarten de Vries2020-06-02 12:03:39 +0200
commit2af3d9ab4204ba4383902dc0de2d5297639608e6 (patch)
tree07a27e76f995c85cd269efae6b3ab9c9a21f9a09 /ueye-config.cmake
parent55059406f19c21b896d60fb8189a901a877e1780 (diff)
downloadaur-2af3d9ab4204ba4383902dc0de2d5297639608e6.tar.gz
Fix version numbers in cmake files.
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 d2ec8ec74ce3..388854913f4c 100644
--- a/ueye-config.cmake
+++ b/ueye-config.cmake
@@ -1,7 +1,7 @@
set(ueye_MAJOR_VERSION 4)
-set(ueye_MINOR_VERSION 92)
+set(ueye_MINOR_VERSION 93)
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.92)
+set_target_properties(ueye PROPERTIES IMPORTED_LOCATION /usr/lib/libueye_api.so.4.93)