diff options
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 33e7b5e..6542d6e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) set(UCA_VERSION_MAJOR "0") -set(UCA_VERSION_MINOR "2") +set(UCA_VERSION_MINOR "3") set(UCA_VERSION_PATCH "0") # --- Set sources ------------------------------------------------------------- |