diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-11 01:07:11 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-11 01:07:11 +0200 |
commit | ec22a87f0a2d6fb08116c60928d60ddaa81a1749 (patch) | |
tree | 6810a6d3c276b7400098b6120769d58404a5152a /CMakeLists.txt | |
parent | 601d67dde232869d1c2fed77a6d7c6cd6b5c5d67 (diff) | |
download | kcmldapcontroller-ec22a87f0a2d6fb08116c60928d60ddaa81a1749.tar.gz kcmldapcontroller-ec22a87f0a2d6fb08116c60928d60ddaa81a1749.zip |
Update version number for R14.0.8 final release.r14.0.8
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 637a17c..cb6d149 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( kcmldapcontroller ) -set( VERSION R14.0.7 ) +set( VERSION R14.0.8 ) #### include essential cmake modules |