summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:40 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:40 +0200
commit99e104008071023d0c1ed5cd756f86460f2f5041 (patch)
treee20a1f879d628c4145d646fcc4b628c4415ef429 /CMakeLists.txt
parent35e8d3b239323fd8d84df4bcfaebb07607d25343 (diff)
downloadksystemlog-99e104008071023d0c1ed5cd756f86460f2f5041.tar.gz
ksystemlog-99e104008071023d0c1ed5cd756f86460f2f5041.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 6937335..35c6b8a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( ksystemlog )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules