summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-11-02 02:24:26 +0100
committerSlávek Banko <[email protected]>2021-11-02 02:24:26 +0100
commitd731dae781fe5d57f89492311f6482f7221603f2 (patch)
treef4d00f20a0f7622e87f36a340c9cd77a89032332 /CMakeLists.txt
parent7651aa340b276594a984aecfb90023ed9b132595 (diff)
downloadk3b-i18n-d731dae781fe5d57f89492311f6482f7221603f2.tar.gz
k3b-i18n-d731dae781fe5d57f89492311f6482f7221603f2.zip
Update version number to R14.0.12.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7c6418e..2c86d67 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8.12 )
##### general package setup #####################
project( k3b-i18n )
-set( VERSION R14.0.11 )
+set( VERSION R14.0.12 )
##### include essential cmake modules ###########