summaryrefslogtreecommitdiffstats
path: root/plugins/pco/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-08-16 09:58:24 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-08-16 09:58:24 +0200
commit0926ccedec5e1871331f955e8915233870faf105 (patch)
treef46c13b0a812da57874db14267086634feb090ab /plugins/pco/CMakeLists.txt
parente7e074a9f7a101bde8a5f73e18adf0721c3442cf (diff)
downloaduca-0926ccedec5e1871331f955e8915233870faf105.tar.gz
uca-0926ccedec5e1871331f955e8915233870faf105.tar.bz2
uca-0926ccedec5e1871331f955e8915233870faf105.tar.xz
uca-0926ccedec5e1871331f955e8915233870faf105.zip
Expose storage mode and set it to FIFO buffer
Diffstat (limited to 'plugins/pco/CMakeLists.txt')
-rw-r--r--plugins/pco/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pco/CMakeLists.txt b/plugins/pco/CMakeLists.txt
index 9207ff0..9cc4f26 100644
--- a/plugins/pco/CMakeLists.txt
+++ b/plugins/pco/CMakeLists.txt
@@ -7,7 +7,7 @@ find_package(ClSerMe4)
if (PCO_FOUND AND CLSERME4_FOUND AND FGLIB5_FOUND)
set(UCA_CAMERA_NAME "pco")
- set(PLUGIN_VERSION "1.0.0")
+ set(PLUGIN_VERSION "1.1.0")
set(PLUGIN_REVISION "0")
set(PLUGIN_REQUIRES "libuca >= 1.1.0")