summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-03-03 22:24:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-03-03 22:24:39 +0900
commit737c798c31b32fa07ec29f2ec855f8b8af3893c2 (patch)
tree0a4ca8613dcce9caa529ab562daf99b5137924ff
parent1e8930cb5b8aa021aaed3954cd8df6e0c2ce1caf (diff)
downloadkatapult-737c798c31b32fa07ec29f2ec855f8b8af3893c2.tar.gz
katapult-737c798c31b32fa07ec29f2ec855f8b8af3893c2.zip
Updated VERSION reference to R14.0.6 in CMakeLists.txt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 520d5b2..ec065b8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( katapult )
-set( VERSION R14.1.0 )
+set( VERSION R14.0.6 )
#### include essential cmake modules