summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-07-30 13:05:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-07-30 13:05:29 +0900
commit9c29e65b92414a8be84815af57fcac4a9816b253 (patch)
tree0f33576de05dc7d886e46f126b906460be84a440
parent4554d3cafba059093066b333844a049008415b01 (diff)
downloadtwin-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.txt2
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