summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-05-03 10:22:38 +0200
committerSlávek Banko <[email protected]>2022-05-03 10:22:38 +0200
commitc476ff2e8f1faf168ad6bf2429b844cd9d7d8faa (patch)
tree14677c3a12148907265268a7b8f4625471f287a1
parent20803184b1c4e536ba3bfc0d249963494c638cf1 (diff)
downloadtdesudo-c476ff2e8f1faf168ad6bf2429b844cd9d7d8faa.tar.gz
tdesudo-c476ff2e8f1faf168ad6bf2429b844cd9d7d8faa.zip
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index af6a6c7..7fbb1e8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( tdesudo )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules