summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-03-03 22:24:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-03-03 22:24:30 +0900
commit3b56440ce6c17559ce87b187d7170a83c0735034 (patch)
tree0938fc3393feea7f0323888fa72b9e2548da6bee
parente5d78737620149e029aa12f775182a1cb374d3a9 (diff)
downloadlibr-3b56440ce6c17559ce87b187d7170a83c0735034.tar.gz
libr-3b56440ce6c17559ce87b187d7170a83c0735034.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 eab13a0..8e0048f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ cmake_minimum_required( VERSION 2.6 )
project( libr )
set( PACKAGE libr )
-set( VERSION R14.0.5 )
+set( VERSION R14.0.6 )
##### include essential cmake modules ###########