diff options
author | Mihael Koep <koep@schneide.com> | 2015-05-18 17:05:08 +0200 |
---|---|---|
committer | Mihael Koep <koep@schneide.com> | 2015-05-18 17:26:53 +0200 |
commit | 2f3f57cf90e31b9459de3f36824668ec3a51a177 (patch) | |
tree | 94266aff8a79a0fdf9150dab2297f70f85299be4 /plugins/dexela | |
parent | f2436c659242ccf0d5bb30a59b81cef8ee0aae99 (diff) | |
download | uca-2f3f57cf90e31b9459de3f36824668ec3a51a177.tar.gz uca-2f3f57cf90e31b9459de3f36824668ec3a51a177.tar.bz2 uca-2f3f57cf90e31b9459de3f36824668ec3a51a177.tar.xz uca-2f3f57cf90e31b9459de3f36824668ec3a51a177.zip |
Camera plugins now require libuca >= 2.0 so update their versions too
Conflicts:
plugins/dexela/CMakeLists.txt
plugins/dexela/changelog.txt
Diffstat (limited to 'plugins/dexela')
-rw-r--r-- | plugins/dexela/CMakeLists.txt | 2 | ||||
-rw-r--r-- | plugins/dexela/changelog.txt | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/plugins/dexela/CMakeLists.txt b/plugins/dexela/CMakeLists.txt index ba1ec2b..d04c2e6 100644 --- a/plugins/dexela/CMakeLists.txt +++ b/plugins/dexela/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.6) project(ucadexela C) -set(VERSION "1.3.3") +set(VERSION "1.4.0") find_package(DEXELA) diff --git a/plugins/dexela/changelog.txt b/plugins/dexela/changelog.txt index ea92265..7b2d81b 100644 --- a/plugins/dexela/changelog.txt +++ b/plugins/dexela/changelog.txt @@ -1,3 +1,6 @@ +* Mon May 18 2015 Mihael Koep <mihael.koep@softwareschneiderei.de> 1.4.0-1 +- Update to libuca 2.0.0 +- Report errors opening the detector instead of crashing * Tue Mar 17 2015 Mihael Koep <mihael.koep@softwareschneiderei.de> 1.3.3-1 - adjust the ROI depending on the binning * Wed Oct 8 2014 Mihael Koep <mihael.koep@softwareschneiderei.de> 1.3.2-2 |