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
commit99794b632ff23324edf1f1abd274f8a14ebb9681 (patch)
tree2eacff3d7f78338be4f3f8751a19f90c8da73f9a
parent5f344470718aafe87173d37c3bf4e1ce18fc0547 (diff)
downloadtdmtheme-99794b632ff23324edf1f1abd274f8a14ebb9681.tar.gz
tdmtheme-99794b632ff23324edf1f1abd274f8a14ebb9681.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 7a7958b..bff37ae 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 )
#### general package setup
project( tdmtheme )
-set( VERSION R14.0.11 )
+set( VERSION R14.0.12 )
#### include essential cmake modules