summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
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
commit46ec2e61b943894825c4e90548363276de1b9719 (patch)
treef7e528c0a6d68eee8cba665e92ece125718908f5 /CMakeLists.txt
parent3c90d5cb3e070877daa51ac6bfb70b2e10eefe61 (diff)
downloadklcddimmer-46ec2e61b943894825c4e90548363276de1b9719.tar.gz
klcddimmer-46ec2e61b943894825c4e90548363276de1b9719.zip
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 7b0aa7c..9d4b454 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( klcddimmer )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules