diff options
author | Mihael Koep <koep@schneide.com> | 2013-11-06 13:35:44 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2013-11-06 14:43:09 +0100 |
commit | b972a1abe4ea5bb10c5c2b68d2be3a32d2f0ddba (patch) | |
tree | 7d8f34cd2a5a5bf7c3c613d0a17dea996238a58f /plugins/mock | |
parent | 8141f8527435e86f47bd89c797a3811aa99cb840 (diff) | |
download | uca-b972a1abe4ea5bb10c5c2b68d2be3a32d2f0ddba.tar.gz uca-b972a1abe4ea5bb10c5c2b68d2be3a32d2f0ddba.tar.bz2 uca-b972a1abe4ea5bb10c5c2b68d2be3a32d2f0ddba.tar.xz uca-b972a1abe4ea5bb10c5c2b68d2be3a32d2f0ddba.zip |
fix plugin revisions
Diffstat (limited to 'plugins/mock')
-rw-r--r-- | plugins/mock/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mock/CMakeLists.txt b/plugins/mock/CMakeLists.txt index 3dac582..d095fc5 100644 --- a/plugins/mock/CMakeLists.txt +++ b/plugins/mock/CMakeLists.txt @@ -3,7 +3,7 @@ project(ucamock C) set(UCA_CAMERA_NAME "mock") set(PLUGIN_VERSION "1.0.0") -set(PLUGIN_REVISION "0") +set(PLUGIN_REVISION "1") set(PLUGIN_REQUIRES "libuca >= 1.2.0") set(PLUGIN_SUMMARY "Mock plugin for libuca") |