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 | fd7ea8ed365353312e3bb42ead5acb67f3dd5d67 (patch) | |
tree | 91c5cf92ca2e510e4e2693b92c5b7a5161c78c05 | |
parent | a4b98f87eefaea2baea8c85fd550b59e7a26547a (diff) | |
download | kdbg-fd7ea8ed365353312e3bb42ead5acb67f3dd5d67.tar.gz kdbg-fd7ea8ed365353312e3bb42ead5acb67f3dd5d67.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 2c50792..19480fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kdbg ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |