summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2019-03-03 22:24:48 +0900
committerMichele Calgaro <[email protected]>2019-03-03 22:24:48 +0900
commit91a0a5d1e0e2404afef2fd413b100f46cd9f2d33 (patch)
tree8c790c782f94a0bbf20498475859d067eaa6e31f
parent37f008fe16036e5e541b0d9d3d4d7be16dab0396 (diff)
downloadkrename-91a0a5d1e0e2404afef2fd413b100f46cd9f2d33.tar.gz
krename-91a0a5d1e0e2404afef2fd413b100f46cd9f2d33.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 e187d03..8576c76 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( krename )
-set( VERSION R14.1.0 )
+set( VERSION R14.0.6 )
#### include essential cmake modules