summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:28 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:28 +0200
commit960e5799872070c58bdef3094a7dc967565aebc4 (patch)
tree09c977762bece3f7c706404a4c7b096de83ff421
parentc8e4cd216df3ff35dee27691a82d2fe0f7d4c430 (diff)
downloadk3b-i18n-960e5799872070c58bdef3094a7dc967565aebc4.tar.gz
k3b-i18n-960e5799872070c58bdef3094a7dc967565aebc4.zip
Update version number to the upcoming R14.0.13.
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 2fc65e4..450e945 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 3.1 )
##### general package setup #####################
project( k3b-i18n )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
##### include essential cmake modules ###########