summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:20 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:20 +0200
commiteb42316992fa3668086e831623fe4259d232e5e9 (patch)
treee302f50a9cc2ae8629b141b34e884b5dfc1df799 /CMakeLists.txt
parent29d3e9ad8c6dbc3b544f56b54ca7b6ede70f0601 (diff)
downloadtdepim-eb42316992fa3668086e831623fe4259d232e5e9.tar.gz
tdepim-eb42316992fa3668086e831623fe4259d232e5e9.zip
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d51dc8d0..83e56af6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ cmake_minimum_required( VERSION 3.1 )
project( tdepim )
set( PACKAGE tdepim )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
##### include essential cmake modules ###########