summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:43 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:43 +0200
commit14abb2febf5e5e6eca2a3a0c9e37297d6079dd2b (patch)
tree965cef44064f011e00058ee68e30cc1c33959898
parenta8b9038d6a20ff7d1136804a356b2821b7baf601 (diff)
downloadtdmtheme-14abb2febf5e5e6eca2a3a0c9e37297d6079dd2b.tar.gz
tdmtheme-14abb2febf5e5e6eca2a3a0c9e37297d6079dd2b.zip
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9217e4a..8944381 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( tdmtheme )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules