diff options
author | Slávek Banko <[email protected]> | 2019-12-18 22:17:45 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-18 22:17:45 +0100 |
commit | 532f9d6ff845675538b78a383c4b859fded17673 (patch) | |
tree | d66f46ca7f85cc3430e7f2700cbe0bc4e599b516 | |
parent | 0421059591acab50091b5ae0e4cc69ab12d953cf (diff) | |
download | k3b-i18n-532f9d6ff845675538b78a383c4b859fded17673.tar.gz k3b-i18n-532f9d6ff845675538b78a383c4b859fded17673.zip |
Update version number for R14.0.7 final release.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
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 ########### |