diff options
author | Slávek Banko <[email protected]> | 2022-05-03 10:22:37 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-05-03 10:22:37 +0200 |
commit | 32bf3de668bd0b6646f289c508c0f897b6068b43 (patch) | |
tree | 74df7de4cf21d7fd7f7527e60c0621d381e1f7d9 | |
parent | f3350eee9bbd19d61073ca396c6d3aa0423bf0b5 (diff) | |
download | kkbswitch-32bf3de668bd0b6646f289c508c0f897b6068b43.tar.gz kkbswitch-32bf3de668bd0b6646f289c508c0f897b6068b43.zip |
Update version number to the upcoming R14.0.13.
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 44aaef6..dd9584f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kkbswitch ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |