diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:44 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:44 +0200 |
commit | 51638363dac195654ad61a0ef9a9108aa297fd84 (patch) | |
tree | f8f041dd212cfe806b701bb1ebef3e70fd5a7db3 | |
parent | 57ccbccfac1f298fde360828272da57a94d16ee8 (diff) | |
download | krename-51638363dac195654ad61a0ef9a9108aa297fd84.tar.gz krename-51638363dac195654ad61a0ef9a9108aa297fd84.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 6840b7c..44d1d45 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( krename ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |