summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
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
commit4c5f53e7c0e295e9e26f45179a92d3db1ce07721 (patch)
tree5fd8e514046dff0a536b9783d5808bbac27a06ce /CMakeLists.txt
parent8da58280167311c677c9827f4c14676921686964 (diff)
downloadtdeutils-4c5f53e7c0e295e9e26f45179a92d3db1ce07721.tar.gz
tdeutils-4c5f53e7c0e295e9e26f45179a92d3db1ce07721.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 9610356..a36f36b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 3.1 )
project( tdeutils )
set( PACKAGE tdeutils )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
##### include essential cmake modules ###########