summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-11 01:07:13 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-11 01:07:13 +0200
commit556da70f46d4b9eb497e29fc46280ef5104ae6e3 (patch)
treedccc5ee906f722c3066e6e725dc296045b653703
parentd201f4021db418b890d8ea7e9617b51305ecfebc (diff)
downloadkdbusnotification-556da70f46d4b9eb497e29fc46280ef5104ae6e3.tar.gz
kdbusnotification-556da70f46d4b9eb497e29fc46280ef5104ae6e3.zip
Update version number for R14.0.8 final release.r14.0.8
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 edd1058..9a60927 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( kdbusnotification )
-set( VERSION R14.0.7 )
+set( VERSION R14.0.8 )
#### include essential cmake modules