diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-07-30 13:05:29 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-07-30 13:05:29 +0900 |
commit | 9c29e65b92414a8be84815af57fcac4a9816b253 (patch) | |
tree | 0f33576de05dc7d886e46f126b906460be84a440 | |
parent | 4554d3cafba059093066b333844a049008415b01 (diff) | |
download | twin-style-dekorator-9c29e65b92414a8be84815af57fcac4a9816b253.tar.gz twin-style-dekorator-9c29e65b92414a8be84815af57fcac4a9816b253.zip |
Added r14.0.x branch and changed project version accordingly.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b948ef..f0f5efd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( twin-style-dekorator ) -set( VERSION R14.1.0 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |