diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-03 22:24:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-03 22:24:38 +0900 |
commit | ee70d953f987691da9167fb9c4d36faf601da067 (patch) | |
tree | ab9083f5d40becfbfdcf12b1803f84f7c1093ddf /CMakeLists.txt | |
parent | 9d51126b07edd987c6c8885141466c9c2c5e601b (diff) | |
download | gwenview-i18n-ee70d953f987691da9167fb9c4d36faf601da067.tar.gz gwenview-i18n-ee70d953f987691da9167fb9c4d36faf601da067.zip |
Updated VERSION reference to R14.0.6 in CMakeLists.txt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f71b1f9..4c47d53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 ) ##### general package setup ##################### project( gwenview-i18n ) -set( VERSION R14.1.0 ) +set( VERSION R14.0.6 ) ##### include essential cmake modules ########### |