summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:37 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:37 +0200
commit035b032f196f7ee5906077688f3fed034b7d4437 (patch)
tree0c36d03ff253ed8a1cb4e4dd017021d0cab7c01d
parent4dae7044baee759fa2f376cb63d6a53671acd5df (diff)
downloadkdpkg-035b032f196f7ee5906077688f3fed034b7d4437.tar.gz
kdpkg-035b032f196f7ee5906077688f3fed034b7d4437.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 39d2802..738f869 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( kdpkg )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules