diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-03 22:24:29 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-03 22:24:29 +0900 |
commit | e814d12538c3d7c239c91df2719b515879927f22 (patch) | |
tree | d263c6ef78930fbe4fe6afc1411cfb05acb96b67 | |
parent | c5fdf753e15b389970ad87cdc1e84905d8c03ab3 (diff) | |
download | akode-e814d12538c3d7c239c91df2719b515879927f22.tar.gz akode-e814d12538c3d7c239c91df2719b515879927f22.zip |
Updated VERSION reference to R14.0.6 in CMakeLists.txt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 43666c1..5862ff6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required( VERSION 2.6 ) project( akode ) set( PACKAGE akode ) -set( VERSION R14.0.5 ) +set( VERSION R14.0.6 ) ##### include essential cmake modules ########### |