diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2013-08-16 09:58:24 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2013-08-16 09:58:24 +0200 |
commit | 0926ccedec5e1871331f955e8915233870faf105 (patch) | |
tree | f46c13b0a812da57874db14267086634feb090ab /plugins/pco/CMakeLists.txt | |
parent | e7e074a9f7a101bde8a5f73e18adf0721c3442cf (diff) | |
download | libuca-0926ccedec5e1871331f955e8915233870faf105.tar.gz libuca-0926ccedec5e1871331f955e8915233870faf105.tar.bz2 libuca-0926ccedec5e1871331f955e8915233870faf105.tar.xz libuca-0926ccedec5e1871331f955e8915233870faf105.zip |
Expose storage mode and set it to FIFO buffer
Diffstat (limited to 'plugins/pco/CMakeLists.txt')
-rw-r--r-- | plugins/pco/CMakeLists.txt | 2 |
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") |