summaryrefslogtreecommitdiffstats
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
commit8a2bfddd2cc4c20ded32dc649df74a79477e3e5b (patch)
treefd507a89e889032a09c7786919b9de985e3a8613
parent394d9846d2db078719b94c7a9a67dad1f0666bdf (diff)
downloadtdebase-8a2bfddd2cc4c20ded32dc649df74a79477e3e5b.tar.gz
tdebase-8a2bfddd2cc4c20ded32dc649df74a79477e3e5b.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 e5a9cf47f..d081084d9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@ cmake_minimum_required( VERSION 3.1 )
project( tdebase )
set( PACKAGE tdebase )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
##### include essential cmake modules ###########