summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-03-03 22:24:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-03-03 22:24:39 +0900
commit89e1d93c5efb2fcd90b98ecb49a5b7033fc619d4 (patch)
tree7491f60a7cc57c5738d9b7bcf98aa76d8f670bd1
parenta2d29acec4386460433f75bbb153fba8b93fe395 (diff)
downloadk3b-i18n-89e1d93c5efb2fcd90b98ecb49a5b7033fc619d4.tar.gz
k3b-i18n-89e1d93c5efb2fcd90b98ecb49a5b7033fc619d4.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 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 ###########