diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:24 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:24 +0200 |
commit | 2b8fe0472217a194b658079c78588aa15541437a (patch) | |
tree | 90b143187f3852b0436d6d1c07ae9d79ee60791f | |
parent | 1588d421f09648f2ce0ddd883543c9f2c3ff227a (diff) | |
download | kscope-2b8fe0472217a194b658079c78588aa15541437a.tar.gz kscope-2b8fe0472217a194b658079c78588aa15541437a.zip |
Update version number to the upcoming R14.0.13.
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 9d36ed8..d4cd4f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kscope ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |