diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a04ce41..11a337d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,8 +18,8 @@ set(UCA_DESCRIPTION "Unified Camera Access") # These are software release versions set(UCA_VERSION_MAJOR "2") -set(UCA_VERSION_MINOR "2") -set(UCA_VERSION_PATCH "1") +set(UCA_VERSION_MINOR "3") +set(UCA_VERSION_PATCH "0") set(UCA_VERSION_STRING "${UCA_VERSION_MAJOR}.${UCA_VERSION_MINOR}.${UCA_VERSION_PATCH}") # Increase the ABI version when binary compatibility cannot be guaranteed, e.g. |