diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-03 22:24:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-03 22:24:41 +0900 |
commit | 9631b4696a2a1a2570f795d05b907b11bf61c02b (patch) | |
tree | 0528e03fd3d6a06c9684bd992e7cb2aec97ddc39 | |
parent | 9caf8f577b0d2442890b2c7adaa46819779559f2 (diff) | |
download | kbookreader-9631b4696a2a1a2570f795d05b907b11bf61c02b.tar.gz kbookreader-9631b4696a2a1a2570f795d05b907b11bf61c02b.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 b7e4440..b5b5200 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( kbookreader ) -set( VERSION R14.1.0 ) +set( VERSION R14.0.6 ) #### include essential cmake modules |