diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:38 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:38 +0200 |
commit | ff006674c2c591ccd15aab53445931151233c130 (patch) | |
tree | aab3e2c257cef8f245a0ac87741c2e6b36f0d75f | |
parent | edd6e4eb3f0775d7cea9b3d858f1f8b8e6dd121c (diff) | |
download | kdbusnotification-ff006674c2c591ccd15aab53445931151233c130.tar.gz kdbusnotification-ff006674c2c591ccd15aab53445931151233c130.zip |
Update version number to the upcoming R14.0.13.
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 0e2e5c5..50e8ab1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kdbusnotification ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |