summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-05-03 10:22:37 +0200
committerSlávek Banko <[email protected]>2022-05-03 10:22:37 +0200
commitc56dd58b21a912b4dd84c15672cf99137f0bcdd8 (patch)
tree71a599c0920bdfc4dd1fe79f8ad384c34b4d2754
parentef01915c383e3750003561a7b991e6a83a6bfcb6 (diff)
downloadtde-systemsettings-c56dd58b21a912b4dd84c15672cf99137f0bcdd8.tar.gz
tde-systemsettings-c56dd58b21a912b4dd84c15672cf99137f0bcdd8.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 4b6d495..05bdf31 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( tde-systemsettings )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules