diff options
author | Slávek Banko <[email protected]> | 2019-12-18 22:17:50 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-18 22:17:50 +0100 |
commit | ea6f0d73506195f8c193f5556e7788fa77b4386b (patch) | |
tree | 102f66da6cbad8ccbdd8f2dcb58e6fddd67aad4c | |
parent | 914244de56650182d5efc7c444b48eb0024494e3 (diff) | |
download | kkbswitch-ea6f0d73506195f8c193f5556e7788fa77b4386b.tar.gz kkbswitch-ea6f0d73506195f8c193f5556e7788fa77b4386b.zip |
Update version number for R14.0.7 final release.r14.0.7
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 a22eb72..9a2f46e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( kkbswitch ) -set( VERSION R14.0.6 ) +set( VERSION R14.0.7 ) #### include essential cmake modules |