diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2014-07-22 16:55:35 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2014-07-22 16:55:51 +0200 |
commit | 8cc5ef7f59739d942a4b099780e4dcb1774cddba (patch) | |
tree | 2e7452d0ef70926cc88f8cd8bf13d1d513a441c5 /CMakeLists.txt | |
parent | b891357388676e73229f24575245b4baadb70be0 (diff) | |
download | libuca-8cc5ef7f59739d942a4b099780e4dcb1774cddba.tar.gz libuca-8cc5ef7f59739d942a4b099780e4dcb1774cddba.tar.bz2 libuca-8cc5ef7f59739d942a4b099780e4dcb1774cddba.tar.xz libuca-8cc5ef7f59739d942a4b099780e4dcb1774cddba.zip |
Post-release version bump to 1.6.0-dev
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e690527..247cce5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(UCA_DESCRIPTION "Unified Camera Access") # These are software release versions set(UCA_VERSION_MAJOR "1") -set(UCA_VERSION_MINOR "5") +set(UCA_VERSION_MINOR "6") set(UCA_VERSION_PATCH "0") set(UCA_VERSION_STRING "${UCA_VERSION_MAJOR}.${UCA_VERSION_MINOR}.${UCA_VERSION_PATCH}") |