summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:25 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:25 +0200
commit370273cb6405ee520cf7fc8905a7ebe1216bbdde (patch)
tree5f9c9498dff23e679506a64a62a4204d3ee0f8c9
parentbe7386586d8c6f423cdae11d9f6584533f1afed7 (diff)
downloadknemo-370273cb6405ee520cf7fc8905a7ebe1216bbdde.tar.gz
knemo-370273cb6405ee520cf7fc8905a7ebe1216bbdde.zip
Update version number to R14.0.11.
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 41e6dbf..4d146fa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 )
#### general package setup
project( knemo )
-set( VERSION R14.0.10 )
+set( VERSION R14.0.11 )
#### include essential cmake modules