diff options
author | Slávek Banko <[email protected]> | 2020-04-11 01:07:11 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-11 01:07:11 +0200 |
commit | d24e157dcc3f4193af986afeb059abc567fed203 (patch) | |
tree | 0798c4bef61e3632539556bc884e0cd76ddfa5d6 | |
parent | 310a01393e3ddcc95b0477bc35579f653ba56218 (diff) | |
download | kcmldapmanager-d24e157dcc3f4193af986afeb059abc567fed203.tar.gz kcmldapmanager-d24e157dcc3f4193af986afeb059abc567fed203.zip |
Update version number for R14.0.8 final release.r14.0.8
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 8e9bb4c..3dc632e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( kcmldapmanager ) -set( VERSION R14.0.7 ) +set( VERSION R14.0.8 ) #### include essential cmake modules |