summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-11-02 02:24:43 +0100
committerSlávek Banko <[email protected]>2021-11-02 02:24:43 +0100
commitecd08c62e3f4428bcef6724a7adead8d9a62d08b (patch)
treebfd29535a140628b59ec7a64cbbc4c26141905a4
parentffda7f0ba7f037069b1ee228707352d1acaa1c13 (diff)
downloadtwin-style-dekorator-ecd08c62e3f4428bcef6724a7adead8d9a62d08b.tar.gz
twin-style-dekorator-ecd08c62e3f4428bcef6724a7adead8d9a62d08b.zip
Update version number to R14.0.12.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f0f5efd..6cdbdf8 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.0.11 )
+set( VERSION R14.0.12 )
#### include essential cmake modules