summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:25 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:25 +0200
commitda4a04e828b2b939e66db30128ecc77bb42c4ec0 (patch)
tree69aee228826747b96e4c33f9187c5f7d51bbd988
parent31ff8c3db628be9ed4e91abe5a6f4a8d84f70084 (diff)
downloadknights-da4a04e828b2b939e66db30128ecc77bb42c4ec0.tar.gz
knights-da4a04e828b2b939e66db30128ecc77bb42c4ec0.zip
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e65eaa..0539a94 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( knights )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules