diff options
author | Slávek Banko <[email protected]> | 2021-11-02 02:24:34 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-11-02 02:24:34 +0100 |
commit | f31a0fcdafa450564d186c9641362cbdb4c2015d (patch) | |
tree | d1160d1e8d81ffa4299425b57baaae574d6bac40 | |
parent | 50feca6179be8a3bd5f33d375da14c87861ad8c4 (diff) | |
download | kdbusnotification-f31a0fcdafa450564d186c9641362cbdb4c2015d.tar.gz kdbusnotification-f31a0fcdafa450564d186c9641362cbdb4c2015d.zip |
Update version number to R14.0.12.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2460d26..b13145b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( kdbusnotification ) -set( VERSION R14.0.11 ) +set( VERSION R14.0.12 ) #### include essential cmake modules |