diff options
author | Mihael Koep <koep@schneide.com> | 2013-03-27 16:41:23 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2013-11-06 14:43:09 +0100 |
commit | 35522c2f2606a51605356d9edfa9635442b22c3a (patch) | |
tree | 1843e20fd0f035ea68dba054bfc3b4b3b72f93e6 /plugins/dexela/CMakeLists.txt | |
parent | 60827d7d3639f289794d834a8d926c5930ce9527 (diff) | |
download | libuca-35522c2f2606a51605356d9edfa9635442b22c3a.tar.gz libuca-35522c2f2606a51605356d9edfa9635442b22c3a.tar.bz2 libuca-35522c2f2606a51605356d9edfa9635442b22c3a.tar.xz libuca-35522c2f2606a51605356d9edfa9635442b22c3a.zip |
Return current width and height as roi.
Diffstat (limited to 'plugins/dexela/CMakeLists.txt')
-rw-r--r-- | plugins/dexela/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dexela/CMakeLists.txt b/plugins/dexela/CMakeLists.txt index 794b811..65d8ed0 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.0.1") +set(VERSION "1.0.2") find_package(DEXELA) |