summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:23 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:23 +0200
commit6921330e16132453c49df3ebf97bc321c5f7aea1 (patch)
treee28c26089eabd00c4ff6b5e66ca6d55e7abbe288
parent8c6217f7249dc514b45f41b4c6b48497b2bef073 (diff)
downloadkcpuload-6921330e16132453c49df3ebf97bc321c5f7aea1.tar.gz
kcpuload-6921330e16132453c49df3ebf97bc321c5f7aea1.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 52ae1ba..c2ea8ec 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 )
#### general package setup
project( kcpuload )
-set( VERSION R14.0.10 )
+set( VERSION R14.0.11 )
#### include essential cmake modules