diff options
author | Slávek Banko <[email protected]> | 2020-11-04 15:19:37 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-11-04 15:19:37 +0100 |
commit | 1b1be178a49db3ae0b036e59c4f0987067ed60e2 (patch) | |
tree | eeea54712cad0ac42af5256803bf7b546a9582e8 | |
parent | 62f9346355a4d1d341b68b0d6baf9c0844104642 (diff) | |
download | kkbswitch-1b1be178a49db3ae0b036e59c4f0987067ed60e2.tar.gz kkbswitch-1b1be178a49db3ae0b036e59c4f0987067ed60e2.zip |
Update version number to R14.0.10.
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 4fdbb0a..c462502 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.9 ) +set( VERSION R14.0.10 ) #### include essential cmake modules |