diff options
author | Slávek Banko <[email protected]> | 2021-05-02 15:33:25 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-05-02 15:33:25 +0200 |
commit | 292a3458d502150fae2cf7a967dc34a85b11e660 (patch) | |
tree | 7fd5a6614fee04c1764598b20a15cf168537791e | |
parent | 8e2fb0822284eeb8c5683e32c4c5b95d20a1259a (diff) | |
download | kkbswitch-292a3458d502150fae2cf7a967dc34a85b11e660.tar.gz kkbswitch-292a3458d502150fae2cf7a967dc34a85b11e660.zip |
Update version number to R14.0.11.
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 e6357b7..8f20fd4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( kkbswitch ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |