diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2013-04-16 13:49:35 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2013-04-16 13:49:35 +0200 |
commit | 2587b75020f55eecb57c54052e37c0232fdc8b34 (patch) | |
tree | 441ed6b1d7128556a8129a63823fc8bc233dd01b | |
parent | d3c7ea71b67077921f023159f67b85a6794c681b (diff) | |
download | uca-2587b75020f55eecb57c54052e37c0232fdc8b34.tar.gz uca-2587b75020f55eecb57c54052e37c0232fdc8b34.tar.bz2 uca-2587b75020f55eecb57c54052e37c0232fdc8b34.tar.xz uca-2587b75020f55eecb57c54052e37c0232fdc8b34.zip |
Release version 1.2
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | plugins/mock/CMakeLists.txt | 2 | ||||
-rw-r--r-- | plugins/pf/CMakeLists.txt | 2 | ||||
-rw-r--r-- | plugins/ufo/CMakeLists.txt | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 95afb55..2bc17bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(uca C) set(TARNAME "libuca") set(UCA_VERSION_MAJOR "1") set(UCA_VERSION_MINOR "2") -set(UCA_VERSION_PATCH "0dev") +set(UCA_VERSION_PATCH "0") set(UCA_DESCRIPTION "Unified Camera Access") set(UCA_VERSION_STRING "${UCA_VERSION_MAJOR}.${UCA_VERSION_MINOR}.${UCA_VERSION_PATCH}") @@ -20,7 +20,7 @@ errors in the init method from the GInitable interface. All binary sources are now found in bin/, with the GUI application now split off from the command line tools. Also, all tools are now installed with -a common "uca-" prefix, e.g. `uca-control` and `uca-grab`. +a common "uca-" prefix, e.g. `uca-camera-control` and `uca-grab`. ### Minor changes diff --git a/plugins/mock/CMakeLists.txt b/plugins/mock/CMakeLists.txt index 40118b9..794a14e 100644 --- a/plugins/mock/CMakeLists.txt +++ b/plugins/mock/CMakeLists.txt @@ -4,7 +4,7 @@ project(ucamock C) set(UCA_CAMERA_NAME "mock") set(PLUGIN_VERSION "1.0.0") set(PLUGIN_REVISION "0") -set(PLUGIN_REQUIRES "libuca >= 1.1.0") +set(PLUGIN_REQUIRES "libuca >= 1.2.0") configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../package-plugin.sh.in ${CMAKE_CURRENT_BINARY_DIR}/../../package-plugin-${UCA_CAMERA_NAME}.sh) diff --git a/plugins/pf/CMakeLists.txt b/plugins/pf/CMakeLists.txt index 6abfcdf..4c896d9 100644 --- a/plugins/pf/CMakeLists.txt +++ b/plugins/pf/CMakeLists.txt @@ -9,7 +9,7 @@ if (PF_FOUND AND CLSERME4_FOUND AND FGLIB5_FOUND) set(UCA_CAMERA_NAME "pco") set(PLUGIN_VERSION "1.0.0") set(PLUGIN_REVISION "0") - set(PLUGIN_REQUIRES "libuca >= 1.1.0") + set(PLUGIN_REQUIRES "libuca >= 1.2.0") configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../package-plugin.sh.in ${CMAKE_CURRENT_BINARY_DIR}/../../package-plugin-${UCA_CAMERA_NAME}.sh) diff --git a/plugins/ufo/CMakeLists.txt b/plugins/ufo/CMakeLists.txt index 3162e12..bc62234 100644 --- a/plugins/ufo/CMakeLists.txt +++ b/plugins/ufo/CMakeLists.txt @@ -7,7 +7,7 @@ if (IPE_FOUND) set(UCA_CAMERA_NAME "ufo") set(PLUGIN_VERSION "1.0.0") set(PLUGIN_REVISION "0") - set(PLUGIN_REQUIRES "libuca >= 1.1.0") + set(PLUGIN_REQUIRES "libuca >= 1.2.0") configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../package-plugin.sh.in ${CMAKE_CURRENT_BINARY_DIR}/../../package-plugin-${UCA_CAMERA_NAME}.sh) |