summaryrefslogtreecommitdiffstats
path: root/plugins/file
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2015-05-19 08:02:31 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2015-05-19 08:02:31 +0200
commit106745eed96ac97b9cc5c4250746842a19eaef65 (patch)
tree94266aff8a79a0fdf9150dab2297f70f85299be4 /plugins/file
parenta26120e69e26186454becc7658859224a4a3de2c (diff)
parent2f3f57cf90e31b9459de3f36824668ec3a51a177 (diff)
downloaduca-106745eed96ac97b9cc5c4250746842a19eaef65.tar.gz
uca-106745eed96ac97b9cc5c4250746842a19eaef65.tar.bz2
uca-106745eed96ac97b9cc5c4250746842a19eaef65.tar.xz
uca-106745eed96ac97b9cc5c4250746842a19eaef65.zip
Merge pull request #68 from miq/anka-plugins-for-2.0
Anka plugins for 2.0
Diffstat (limited to 'plugins/file')
-rw-r--r--plugins/file/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/file/CMakeLists.txt b/plugins/file/CMakeLists.txt
index 3955366..41aa81c 100644
--- a/plugins/file/CMakeLists.txt
+++ b/plugins/file/CMakeLists.txt
@@ -5,9 +5,9 @@ find_package(TIFF)
if (TIFF_FOUND)
set(UCA_CAMERA_NAME "file")
- set(PLUGIN_VERSION "0.0.1")
- set(PLUGIN_REVISION "0")
- set(PLUGIN_REQUIRES "libuca >= 1.2.0")
+ set(PLUGIN_VERSION "0.0.2")
+ set(PLUGIN_REVISION "1")
+ set(PLUGIN_REQUIRES "libuca >= 2.0.0")
set(PLUGIN_SUMMARY "File plugin for libuca")
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../package-plugin.sh.in