summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-11-04 15:19:56 +0100
committerSlávek Banko <[email protected]>2020-11-04 15:19:56 +0100
commitc35f0c31465a82d4e7346a223c862e6852186d26 (patch)
tree5a1b280cfd45fb74f9686fd42b651d0ac79d6fd1
parentbcb9cb7737c812748b161d1ef3adac011fb9d909 (diff)
downloadknetload-c35f0c31465a82d4e7346a223c862e6852186d26.tar.gz
knetload-c35f0c31465a82d4e7346a223c862e6852186d26.zip
Update version number to R14.0.10.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 218b2ba..a5ac7f7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( knetload )
-set( VERSION R14.0.9 )
+set( VERSION R14.0.10 )
#### include essential cmake modules