From 21016e7f1e8df74778aa44a25fdf2404a1cb54bc Mon Sep 17 00:00:00 2001 From: Mihael Koep Date: Tue, 15 Oct 2013 10:08:02 +0200 Subject: Make dexela plugin require libuca 1.3.0 --- plugins/dexela/CMakeLists.txt | 4 ++-- plugins/dexela/changelog.txt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/dexela/CMakeLists.txt b/plugins/dexela/CMakeLists.txt index 65d8ed0..1dbae27 100644 --- a/plugins/dexela/CMakeLists.txt +++ b/plugins/dexela/CMakeLists.txt @@ -6,12 +6,12 @@ find_package(DEXELA) if (DEXELA_FOUND) set(UCA_CAMERA_NAME "dexela") - set(PLUGIN_REVISION "1") + set(PLUGIN_REVISION "2") set(PLUGIN_VERSION ${VERSION}) set(PLUGIN_SUMMARY "Dexela plugin for libuca") set(PLUGIN_CHANGELOG "${CMAKE_CURRENT_SOURCE_DIR}/changelog.txt") set(PLUGIN_DESCRIPTION "Plugin for the Dexela 1207 detector.") - set(PLUGIN_REQUIRES "libuca = 1.1.0, libdexela >= 1.0.0") + set(PLUGIN_REQUIRES "libuca = 1.3.0, libdexela >= 1.0.0") set(PLUGIN_VENDOR "ANKA Computing Group") configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../package-plugin.sh.in diff --git a/plugins/dexela/changelog.txt b/plugins/dexela/changelog.txt index 0ad6d1d..027b3ea 100644 --- a/plugins/dexela/changelog.txt +++ b/plugins/dexela/changelog.txt @@ -1,3 +1,5 @@ +* Tue Oct 15 2013 Mihael Koep 1.0.2-2 +- bump libuca requirement to 1.3.0 * Wed Mar 27 2013 Mihael Koep 1.0.2-1 - return current width and height as rois * Thu Mar 14 2013 Mihael Koep 1.0.0-3 -- cgit v1.2.3