summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-07-24 11:01:19 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-07-24 11:01:19 +0200
commit345923712f468da216f07cf3db65e60630832723 (patch)
tree76727a49cd42ce4a1d5b00ec1af852bab87facc3 /CMakeLists.txt
parent8b31cfc198bdb5c121242cb1d476f838a8cd4599 (diff)
downloaduca-345923712f468da216f07cf3db65e60630832723.tar.gz
uca-345923712f468da216f07cf3db65e60630832723.tar.bz2
uca-345923712f468da216f07cf3db65e60630832723.tar.xz
uca-345923712f468da216f07cf3db65e60630832723.zip
Bump version
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7f65e9c..0e57396 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ set(UCA_DESCRIPTION "Unified Camera Access")
# These are software release versions
set(UCA_VERSION_MAJOR "1")
-set(UCA_VERSION_MINOR "3")
+set(UCA_VERSION_MINOR "4")
set(UCA_VERSION_PATCH "0")
set(UCA_VERSION_STRING "${UCA_VERSION_MAJOR}.${UCA_VERSION_MINOR}.${UCA_VERSION_PATCH}")