diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-11 01:07:13 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-11 01:07:13 +0200 |
commit | 556da70f46d4b9eb497e29fc46280ef5104ae6e3 (patch) | |
tree | dccc5ee906f722c3066e6e725dc296045b653703 | |
parent | d201f4021db418b890d8ea7e9617b51305ecfebc (diff) | |
download | kdbusnotification-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.txt | 2 |
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 |