summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2019-03-03 22:24:45 +0900
committerMichele Calgaro <[email protected]>2019-03-03 22:24:45 +0900
commit013b939321912427f5e0418a8fde19f360b35392 (patch)
treee0fc50ed90b524bc0f7bad26aa57c853f8c6417d
parent5ea7d2fa5674219687894ab9673162d9e9770280 (diff)
downloadknetload-013b939321912427f5e0418a8fde19f360b35392.tar.gz
knetload-013b939321912427f5e0418a8fde19f360b35392.zip
Updated VERSION reference to R14.0.6 in CMakeLists.txt
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 46edc76..d2f68de 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.1.0 )
+set( VERSION R14.0.6 )
#### include essential cmake modules