summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-05-02 15:33:32 +0200
committerSlávek Banko <[email protected]>2021-05-02 15:33:32 +0200
commit3263b96fdda83e523d078ecaee9fc052b0f1bd85 (patch)
treefeabeee37808483ca0e44b09b6f6f897806143f2 /CMakeLists.txt
parent6483d00f84c38058558d135a454b5eb775566901 (diff)
downloadtdesudo-3263b96fdda83e523d078ecaee9fc052b0f1bd85.tar.gz
tdesudo-3263b96fdda83e523d078ecaee9fc052b0f1bd85.zip
Update version number to R14.0.11.
Signed-off-by: Slávek Banko <[email protected]>
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 6c01816..a9eb9ef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 )
#### general package setup
project( tdesudo )
-set( VERSION R14.0.10 )
+set( VERSION R14.0.11 )
#### include essential cmake modules