diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:19:03 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:19:03 +0100 |
commit | 81289c9fcec0e78bc50dfb4d79974be2399177c6 (patch) | |
tree | cc203b0f7a2fe0a7093aebd4b390f158e85f6cb2 | |
parent | 75138d34991b9bc5b64bc0a2f6961846e3637700 (diff) | |
download | kdbusnotification-81289c9fcec0e78bc50dfb4d79974be2399177c6.tar.gz kdbusnotification-81289c9fcec0e78bc50dfb4d79974be2399177c6.zip |
Update version number to R14.0.10.
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 0ca47c7..ea18669 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.9 ) +set( VERSION R14.0.10 ) #### include essential cmake modules |