diff options
author | Slávek Banko <[email protected]> | 2021-05-02 15:33:27 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-05-02 15:33:27 +0200 |
commit | 2dae33609e10a0dcfb9d3adbacce526d2ea65279 (patch) | |
tree | 9e00d01c8cfbd4a2b8bd90c3e36e487a781de0a6 | |
parent | 338235f759e1e0b1d26689d6754bf31c1f92b4a0 (diff) | |
download | kscope-2dae33609e10a0dcfb9d3adbacce526d2ea65279.tar.gz kscope-2dae33609e10a0dcfb9d3adbacce526d2ea65279.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 36e8707..660d752 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( kscope ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |