diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a23986..d97c3e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,6 +5,8 @@ set(UCA_VERSION_MAJOR "0") set(UCA_VERSION_MINOR "4") set(UCA_VERSION_PATCH "0") +set(UCA_VERSION_STRING "${UCA_VERSION_MAJOR}.${UCA_VERSION_MINOR}.${UCA_VERSION_PATCH}") + add_subdirectory(src) add_subdirectory(doc) add_subdirectory(test) |