diff options
author | Slávek Banko <[email protected]> | 2021-11-02 02:24:26 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-11-02 02:24:26 +0100 |
commit | d731dae781fe5d57f89492311f6482f7221603f2 (patch) | |
tree | f4d00f20a0f7622e87f36a340c9cd77a89032332 /CMakeLists.txt | |
parent | 7651aa340b276594a984aecfb90023ed9b132595 (diff) | |
download | k3b-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.txt | 2 |
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 ########### |