summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-12-18 22:17:45 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-12-18 22:17:45 +0100
commit532f9d6ff845675538b78a383c4b859fded17673 (patch)
treed66f46ca7f85cc3430e7f2700cbe0bc4e599b516
parent0421059591acab50091b5ae0e4cc69ab12d953cf (diff)
downloadk3b-i18n-532f9d6ff845675538b78a383c4b859fded17673.tar.gz
k3b-i18n-532f9d6ff845675538b78a383c4b859fded17673.zip
Update version number for R14.0.7 final release.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a33cb71..411ee83 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.6 )
+set( VERSION R14.0.7 )
##### include essential cmake modules ###########