diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:20:44 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:20:44 +0100 |
commit | 30c00acbd55bf35169b7f9e13238c16fa58b12a6 (patch) | |
tree | e784ff072971eeb2e079c5b62888b979ca5be57c | |
parent | 8eb1c39ea514908e24e075e09ec3e1e785fd8f6a (diff) | |
download | kscope-30c00acbd55bf35169b7f9e13238c16fa58b12a6.tar.gz kscope-30c00acbd55bf35169b7f9e13238c16fa58b12a6.zip |
Update version number to R14.0.10.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b2f604..840b3e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( kscope ) -set( VERSION R14.0.9 ) +set( VERSION R14.0.10 ) #### include essential cmake modules |