diff options
author | Michele Calgaro <[email protected]> | 2019-03-03 22:24:39 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-03-03 22:24:39 +0900 |
commit | 89e1d93c5efb2fcd90b98ecb49a5b7033fc619d4 (patch) | |
tree | 7491f60a7cc57c5738d9b7bcf98aa76d8f670bd1 | |
parent | a2d29acec4386460433f75bbb153fba8b93fe395 (diff) | |
download | k3b-i18n-89e1d93c5efb2fcd90b98ecb49a5b7033fc619d4.tar.gz k3b-i18n-89e1d93c5efb2fcd90b98ecb49a5b7033fc619d4.zip |
Updated VERSION reference to R14.0.6 in CMakeLists.txt
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1375710..a33cb71 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 ) ##### general package setup ##################### project( k3b-i18n ) -set( VERSION R14.0.5 ) +set( VERSION R14.0.6 ) ##### include essential cmake modules ########### |