summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:21 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:21 +0200
commit36f7efbddbc95b5655b5149f853e6d0158027588 (patch)
treeffcd0077c7a4320f51d59131fd1526758dabae47
parentee8d4178531a1e40cefbf224e4f267e13c0931db (diff)
downloadtdetoys-36f7efbddbc95b5655b5149f853e6d0158027588.tar.gz
tdetoys-36f7efbddbc95b5655b5149f853e6d0158027588.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 b8f3c36..f5806b4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 3.1 )
##### general package setup #####################
project( tdetoys )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
##### include essential cmake modules ###########