summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-10-16 16:20:43 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-10-16 16:20:43 +0200
commit89ae86650b9b5d557835911dbdf9a54050991c02 (patch)
tree5d089bcb73523494ca9fed5c2262d5c216a61733 /CMakeLists.txt
parentc94b6e045522545a15d4102328d54bfddc2a0feb (diff)
downloadksystemlog-89ae86650b9b5d557835911dbdf9a54050991c02.tar.gz
ksystemlog-89ae86650b9b5d557835911dbdf9a54050991c02.zip
Update release version number to R14.0.9.r14.0.9
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 eb5a4da..f242f21 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( ksystemlog )
-set( VERSION R14.1.0 )
+set( VERSION R14.0.9 )
#### include essential cmake modules